From da60b83971a0d89cbeb9aebf8a96cb566fc99dc1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 16 Mar 2004 09:51:35 +0000 Subject: [PATCH] remove nonexisting configure options Original commit message from CVS: remove nonexisting configure options --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index ca2c66f..9bb23f5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,7 +30,7 @@ then fi . common/gst-autogen.sh -CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG' +CONFIGURE_DEF_OPT='--enable-maintainer-mode' autogen_options $@ -- 2.7.4