summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5975a7c..940a99c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -183,4 +183,4 @@ cd $ORIGDIR || exit 1
rm -f config.cache
-do_cmd $srcdir/configure --disable-static --enable-maintainer-mode ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
+do_cmd $srcdir/configure --disable-static ${1+"$@"} && echo "Now type \`make' to compile" || exit 1