1 dnl $Heimdal: krb-sys-nextstep.m4 13338 2004-02-12 14:21:14Z lha $
4 dnl NEXTSTEP is not posix compliant by default,
5 dnl you need a switch -posix to the compiler
8 AC_DEFUN([rk_SYS_NEXTSTEP], [
9 AC_CACHE_CHECK(for NeXTSTEP, rk_cv_sys_nextstep, [
11 [#if defined(NeXT) && !defined(__APPLE__)
14 ], rk_cv_sys_nextstep=yes, rk_cv_sys_nextstep=no)])
15 if test "$rk_cv_sys_nextstep" = "yes"; then
16 CFLAGS="$CFLAGS -posix"