projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298f1c3
)
autogen.sh: Don't call configure with --enable-plugin-docs
author
Damien Lespiau
<damien.lespiau@intel.com>
Thu, 18 Mar 2010 22:12:40 +0000
(22:12 +0000)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Fri, 26 Mar 2010 12:28:53 +0000
(13:28 +0100)
configure gives a nice warning:
configure: WARNING: unrecognized options: --enable-plugin-docs
and indeed, I could not find anything in the configure.ac or the m4
macros that would allow enabling that option. Remove it then.
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 77a69e7aaed059658056c47bb884bb452efe939a..6031368b70ef643205e2477aa6af2dbb2313b324 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-30,7
+30,7
@@
then
fi
-CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc
--enable-plugin-docs
'
+CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
autogen_options $@