Remove --enable-compile-warnings from autogen.sh, it was passed to configure which...
authorLaurent Monin <geeqie@norz.org>
Mon, 26 Jan 2009 14:50:56 +0000 (14:50 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 26 Jan 2009 14:50:56 +0000 (14:50 +0000)
autogen.sh

index f1624cd..8a188e3 100755 (executable)
@@ -120,7 +120,7 @@ do
   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 "$@" ...