diff configure.in @ 1955:02446ca6a05d

[xemacs-hg @ 2004-03-18 09:57:08 by stephent] shut up Norbert's compiler <87y8pyv5rz.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 18 Mar 2004 09:57:12 +0000
parents 569139be45f6
children 36760cdcb631
line wrap: on
line diff
--- a/configure.in	Wed Mar 17 22:50:49 2004 +0000
+++ b/configure.in	Thu Mar 18 09:57:12 2004 +0000
@@ -1746,9 +1746,16 @@
    fi ;;
   linux)
     AC_DEFINE(_POSIX_C_SOURCE,199506L)
+    dnl #### should this be 600?
     AC_DEFINE(_XOPEN_SOURCE,500)
     AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
     ;;
+  freebsd4.9)
+    AC_DEFINE(_POSIX_C_SOURCE,199506L)
+    dnl #### Do we want these too?  Apparently yes for _XOPEN_SOURCE=500.
+    AC_DEFINE(_XOPEN_SOURCE,500)
+    dnl AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
+    ;;
 esac
 
 dnl Identify compilers to enable compiler-specific hacks.
@@ -2295,7 +2302,7 @@
   compiler_version="detection failed (please report this)"
 fi
 
-AC_MSG_CHECKING(for compiler version information)
+AC_MSG_CHECKING(for standard C library version information)
 
 case "$canonical" in
 	*-*-linux*)