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 b358491..3084729 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,4 +13,4 @@ test -n "$srcdir" || srcdir=.
) || exit
# Run configure
-"$srcdir/configure" "$@"
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"