No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / cf / krb-sys-nextstep.m4
blob977c9d59c2dbbc5ba042443e0c4a9fd7b8016bd6
1 dnl $Heimdal: krb-sys-nextstep.m4 13338 2004-02-12 14:21:14Z lha $
2 dnl $NetBSD$
3 dnl
4 dnl NEXTSTEP is not posix compliant by default,
5 dnl you need a switch -posix to the compiler
6 dnl
8 AC_DEFUN([rk_SYS_NEXTSTEP], [
9 AC_CACHE_CHECK(for NeXTSTEP, rk_cv_sys_nextstep, [
10 AC_EGREP_CPP(yes, 
11 [#if defined(NeXT) && !defined(__APPLE__)
12         yes
13 #endif 
14 ], rk_cv_sys_nextstep=yes, rk_cv_sys_nextstep=no)])
15 if test "$rk_cv_sys_nextstep" = "yes"; then
16   CFLAGS="$CFLAGS -posix"
17   LIBS="$LIBS -posix"