# HG changeset patch # User zas_ # Date 1232981456 0 # Node ID 267943c58be12bfb4ab810197fcb6327ae477646 # Parent d66f57063cc39ca208289450139df92b42458123 Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option. diff -r d66f57063cc3 -r 267943c58be1 autogen.sh --- a/autogen.sh Mon Jan 26 14:49:09 2009 +0000 +++ b/autogen.sh Mon Jan 26 14:50:56 2009 +0000 @@ -120,7 +120,7 @@ fi done -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" #--enable-iso-c if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...