From 1651390651afe5bddfb0d12e15eb31be0ef7e98d Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 14 Apr 2007 18:11:31 +0000 Subject: [PATCH] Remove non-existent options for configure. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4448 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 439e8698..98084090 100755 --- a/autogen.sh +++ b/autogen.sh @@ -172,7 +172,7 @@ autoconf echo "Running automake --gnu $am_opt ..." automake --add-missing --gnu $am_opt -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 "$@" ...