summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-09-24 11:48:38 +0200
committerEdward Hervey <edward@collabora.com>2013-09-24 11:48:38 +0200
commitb9c29301d754c1e3f0f5cf610a152ef4ed033b9e (patch)
treeb890a0f26669ad9167a2300882638d525293f034
parent8fe81d94bd765e5218ff03776d58f69ee5d60c01 (diff)
Force autogen arguments
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index ff36ee5..1357109 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -133,7 +133,7 @@ build()
nodebug)
AGARGS="--disable-gst-debug --disable-gtk-doc --disable-docbook --disable-introspection";;
*)
- ARGARGS="";;
+ ARGARGS="--enable-gtk-doc --enable-docbook --enable-introspection";;
esac
./autogen.sh --cache-file=$INSTALLPREFIX/config.cache $AGARGS > $logname 2>&1