summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-04-10 23:49:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-04-10 23:49:06 +0100
commit6337f133c01b8aedbd617e3b1c79c294dc06dd0b (patch)
treefd5a9a5da86e4674c8ce51f2eb2b1b73ba0a6b03 /autogen.sh
parent081bae28499612734b8e5c66ed2088b286315811 (diff)
Automatic update of common submodule
From 39ac2f5 to 60aeef6
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 990420f0f..39af028b9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -53,7 +53,7 @@ fi
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
if test "x$package" = "xgstreamer"; then
- CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-docbook --enable-failing-tests --enable-poisoning"
+ CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning"
elif test "x$package" = "xgst-plugins-bad"; then
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --with-player-tests"
fi