|
Last change
on this file since 9 was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
416 bytes
|
| Line | |
|---|
| 1 | dnl $Id$
|
|---|
| 2 | dnl
|
|---|
| 3 | dnl NEXTSTEP is not posix compliant by default,
|
|---|
| 4 | dnl you need a switch -posix to the compiler
|
|---|
| 5 | dnl
|
|---|
| 6 |
|
|---|
| 7 | AC_DEFUN([rk_SYS_NEXTSTEP], [
|
|---|
| 8 | AC_CACHE_CHECK(for NeXTSTEP, rk_cv_sys_nextstep, [
|
|---|
| 9 | AC_EGREP_CPP(yes,
|
|---|
| 10 | [#if defined(NeXT) && !defined(__APPLE__)
|
|---|
| 11 | yes
|
|---|
| 12 | #endif
|
|---|
| 13 | ], rk_cv_sys_nextstep=yes, rk_cv_sys_nextstep=no)])
|
|---|
| 14 | if test "$rk_cv_sys_nextstep" = "yes"; then
|
|---|
| 15 | CFLAGS="$CFLAGS -posix"
|
|---|
| 16 | LIBS="$LIBS -posix"
|
|---|
| 17 | fi
|
|---|
| 18 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.