From 4b69e1199fe33fa8d904b21a2ba3cc85f7b59e81 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Mon, 26 Jan 2009 14:50:56 +0000 Subject: [PATCH] Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f1624cd7..8a188e3d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "$@" ... -- 2.20.1