diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 229bb77..567efaf 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AM_CONDITIONAL([IN_GIT], AC_PROG_CC() AM_PROG_CC_C_O() +CFLAGS='' AX_CFLAGS_WARN_ALL() dnl Adds -Wall or equivalent AX_CHECK_COMPILE_FLAG([-Wpedantic], [AX_APPEND_FLAG([-Wpedantic])]) |