]> git.saurik.com Git - bison.git/commitdiff
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 9e5da4c6ce278e9424e7f47f57a28a6e09351d6a..5c6abfb468f7e6105a9ef09e0dcfeef2216fc6c9 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.