diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 69ea0f8..7a4674d 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ if test -z "$GCC" ; then AC_MSG_CHECKING([what CFLAGS should we use]) if test "$ac_test_CFLAGS" != set ; then if test "$enable_warnings" = yes ; then - WARNS="" + WARNS=" -Wmissing-prototypes -Wundef" else WARNS=" -Wno-unused" fi |