From: Kevin Bowling Date: Sun, 2 Jan 2011 12:14:41 +0000 (-0700) Subject: Add AC_GNU_SOURCE to the fallback case. X-Git-Tag: release-2.1.1-alpha~320^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea8fa4cb231a674797ea8efe23f68951db505159;p=libevent Add AC_GNU_SOURCE to the fallback case. --- diff --git a/configure.in b/configure.in index 7eaefb92..bd9ad7fc 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,7 @@ ifdef([AC_USE_SYSTEM_EXTENSIONS], [ AC_USE_SYSTEM_EXTENSIONS ], [ AC_AIX +AC_GNU_SOURCE AC_MINIX ])