From f20744c9aed6b599451c3ed42d3a1292b6bd15da Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 14 Oct 2012 16:03:02 +0200 Subject: [PATCH] build: Remove inexisting configure options from autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 49e48d322..da6bfe1ed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -99,7 +99,7 @@ echo "Running autoconf ..." autoconf || { echo "**Error**: autoconf failed."; exit 1; } -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...