diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2010-03-18 22:12:40 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-03-26 13:28:53 +0100 |
commit | 742f792ffbb542a6dfd475efb46964314efd1768 (patch) | |
tree | 87dc3ab25b98e361ab6f3ee25317fac7a08853ae /autogen.sh | |
parent | 298f1c3202640e3732fd0a2295b23bb9300bb0bc (diff) | |
download | gstreamer-plugins-good-742f792ffbb542a6dfd475efb46964314efd1768.tar.gz |
autogen.sh: Don't call configure with --enable-plugin-docs
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 77a69e7aa..6031368b7 100755 --- 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 $@ |