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)
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

index 19bc2fd..e8d943a 100755 (executable)
@@ -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 $@