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.
This commit is contained in:
Damien Lespiau 2010-03-18 22:12:40 +00:00 committed by Sebastian Dröge
parent 9ef1e58ccc
commit 7683cf8eb3

View file

@ -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 $@