autogen.sh: Don't call configure with --enable-plugin-docs
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 18 Mar 2010 22:12:40 +0000 (22:12 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 26 Mar 2010 12:28:53 +0000 (13:28 +0100)
commit742f792ffbb542a6dfd475efb46964314efd1768
tree87dc3ab25b98e361ab6f3ee25317fac7a08853ae
parent298f1c3202640e3732fd0a2295b23bb9300bb0bc
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.
autogen.sh