diff --git a/configure.in b/configure.in index e39f6346..74e784c5 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ fi AC_PROG_INSTALL if test "$GCC" = "yes"; then - GCCFLAGS="-Wall -std=c99 -pedantic" + GCCFLAGS="-W -Wall -std=c99 -pedantic" else GCCFLAGS= fi