summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2014-01-16 17:41:03 +0100
committerOndrej Holy <oholy@redhat.com>2014-01-17 13:40:06 +0100
commit05218230f58891d8b87a56256452ca8342a77972 (patch)
tree8d30886e3debd23984b196382571a2c786da298c /autogen.sh
parenta9631828c2c9a34f1e35b697f3c0ac554e1ad6d6 (diff)
downloadgvfs-05218230f58891d8b87a56256452ca8342a77972.tar.gz
build: remove unused --enable-maintainer-mode option
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index caef19a7..c7b81cf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -119,7 +119,7 @@ autoconf || exit $?
cd $ORIGDIR || exit $?
if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then
- $srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+ $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
echo
echo "Now type 'make' to compile $PROJECT."