diff --git a/Makefile.am b/Makefile.am index 58cbb30..ccd70e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,3 @@ dvi: pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = jansson.pc - -if GCC -# These flags are gcc specific -export AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -endif diff --git a/configure.ac b/configure.ac index a4e0be6..c8b5284 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,11 @@ AC_DEFINE([USE_WINDOWS_CRYPTOAPI], [1], [Define to 1 if CryptGenRandom should be used for seeding the hash function]) fi +if test x$GCC = xyes; then + AM_CFLAGS="-Wall -Wextra -Wdeclaration-after-statement" +fi +AC_SUBST([AM_CFLAGS]) + AC_CONFIG_FILES([ jansson.pc Makefile