X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=6189010eaddf9ba7b0ab3fa62414eb9ae2d6b93d;hb=11815efff162eacc5a46666af7876035f665965c;hp=aeeb16a343580eefcd250b92ed1c2e8dd7e635ef;hpb=352d48a9cf76667dd4824326c7151df70e90d7a1;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index aeeb16a3..6189010e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -0dnl Process this file with autoconf to produce a configure script. +dnl Process this file with autoconf to produce a configure script. dnl Initialize. AX_PREREQ(2.57) @@ -13,6 +13,8 @@ AM_PROG_CC_C_O AC_PROG_RANLIB gl_EARLY +PSPP_ENABLE_WARNING(-Wdeclaration-after-statement) + AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )