Take full advantage of GNU C library when available.
authorJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 18:06:46 +0000 (18:06 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 18:06:46 +0000 (18:06 +0000)
configure.in

index 9e5da4c..5c6abfb 100644 (file)
@@ -6,6 +6,8 @@ AM_CONFIG_HEADER(config.h:config.hin)
 AC_DEFINE_UNQUOTED(VERSION_STRING, "GNU Bison version ${VERSION}",
                    [The version string.])
 
+AC_DEFINE([_GNU_SOURCE],1,[Define to 1 for GNU C library extensions.])
+
 ALL_LINGUAS="de es et fr ja nl ru"
 
 dnl Checks for programs.