Skip to content

Commit

Permalink
Don't suggest that users use --enable-error-on-warning
Browse files Browse the repository at this point in the history
We turn it on by default, and the auto-check is "better".


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13496 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
derekatkins committed Mar 5, 2006
1 parent db865d6 commit 7f4c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -226,6 +226,6 @@ ${AUTOCONF} || \
############################################################
# Done.

conf_flags="--enable-error-on-warning --enable-compile-warnings" # --enable-iso-c
conf_flags="--enable-compile-warnings" # --enable-iso-c --enable-error-on-warning

echo You must now run $srcdir/configure $conf_flags "$@" ...

0 comments on commit 7f4c640

Please sign in to comment.