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>
Thu, 25 Mar 2010 07:25:20 +0000 (08:25 +0100)
commit7683cf8eb347c6ffee62705223e66d2b8ef6b910
treeea45fb66108cf6cd62cf502fdb889c3b9700e721
parent9ef1e58ccc4d7908016fcf9d000c835223e490fc
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