[gst-cvs] gst-python: autogen.sh: remove undefined configure options

Tim Müller tpm at kemper.freedesktop.org
Thu Jun 3 05:40:51 PDT 2010


Module: gst-python
Branch: master
Commit: aa183d9231aedf9a0074fc071435525242af6f1b
URL:    http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=aa183d9231aedf9a0074fc071435525242af6f1b

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Jun  3 13:09:28 2010 +0100

autogen.sh: remove undefined configure options

---

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 22c4f7e..7f38b72 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -33,7 +33,7 @@ then
 fi
 
 
-CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
+CONFIGURE_DEF_OPT='--enable-maintainer-mode'
 
 autogen_options $@
 





More information about the Gstreamer-commits mailing list