summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 6a545f2e..4229f569 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,6 +31,6 @@ for arg in $*; do
done
if test $run_configure = true; then
- echo "Running ./configure --enable-gtk-doc $*"
- ./configure --enable-gtk-doc "$@"
+ echo "Running ./configure --enable-gtk-doc --enable-plugins $*"
+ ./configure --enable-gtk-doc --enable-plugins "$@"
fi