From: Luke Howard Date: Tue, 15 Mar 2011 06:17:49 +0000 (+1100) Subject: Define AC_GNU_SOURCE to avoid Linux compile warnings X-Git-Tag: 0.9.2~329 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=393d4001cd34c6943de611401fe0de09175cdd8f Define AC_GNU_SOURCE to avoid Linux compile warnings --- diff --git a/configure.ac b/configure.ac index e5a351b..0115b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ LT_INIT([dlopen disable-static]) AC_PROG_CC AC_PROG_CXX AC_CONFIG_HEADERS([config.h]) +AC_GNU_SOURCE dnl Check if we're on Solaris and set CFLAGS accordingly dnl AC_CANONICAL_TARGET