X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=6d2aeda9745c5b4973b305617321b35c6b3e0969;hb=refs%2Fheads%2Fctables8;hp=109330f10f2025d367dfea48610c421e0cac80aa;hpb=a9f4087b58091cb01ea08e70564e0618c9182a11;p=pspp diff --git a/configure.ac b/configure.ac index 109330f10f..6d2aeda974 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,6 @@ PSPP_ENABLE_OPTION([-Wstrict-prototypes]) PSPP_ENABLE_OPTION([-Wpointer-arith]) PSPP_ENABLE_OPTION([-Wno-sign-compare]) PSPP_ENABLE_OPTION([-Wmissing-prototypes]) -PSPP_ENABLE_OPTION([-Wc11-c2x-compat]) AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" ) AM_CONDITIONAL(host_is_w32, [case $host_os in mingw*) true;; *) false;; esac] ) @@ -313,7 +312,7 @@ dnl it can make arrangements to build the documentation examples. AM_CONDITIONAL(cross_compiling, test x"$cross_compiling" = x"yes" ) AC_CONFIG_FILES( - [Makefile gl/Makefile po/Makefile tests/atlocal perl-module/lib/PSPP.pm]) + [Makefile po/Makefile tests/atlocal perl-module/lib/PSPP.pm]) AC_CONFIG_COMMANDS([doc/pspp-figures/dummy], [:])