diff --git a/configure.in b/configure.in index 3cdb8c9d86155ff899c43b7a78c40146f269bae2..ed905049c0952594c4bba8d2de0954e0e4a2ba0f 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ AC_ARG_ENABLE(debug, *) AC_MSG_RESULT(yes) CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG" - CFLAGS="-Wall -pedantic -g" + CFLAGS="-W -Wall -Wwrite-strings -pedantic -g" ;; esac ], AC_MSG_RESULT(no)