From 27db36f4fddac3388a09db6dba632858c164dc81 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 4 Jun 2009 12:12:14 +0200 Subject: [PATCH] Update autogen.sh and comment out --enable-compile-warnings Comment out --enable-compile-warnings as this option is unknown. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a1763bc..4d4afe7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -128,7 +128,7 @@ do fi done -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" # --enable-compile-warnings --enable-iso-c" if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... -- 2.11.4.GIT