--enable-maintainer-mode does not imply --enable-gcc-warnings. I think that would be too annoying to most developers.

This commit is contained in:
Roland Illig 2004-08-18 09:17:29 +00:00
parent bc8127ded6
commit cb4e8787ab
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ fi
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
if test x"${enable_gcc_warnings+set}" != x"set"; then
enable_gcc_warnings=yes
CFLAGS="-Wall $CFLAGS"
fi
fi