summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-03-18 22:12:40 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-26 13:28:53 +0100
commit742f792ffbb542a6dfd475efb46964314efd1768 (patch)
tree87dc3ab25b98e361ab6f3ee25317fac7a08853ae
parent298f1c3202640e3732fd0a2295b23bb9300bb0bc (diff)
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.
-rwxr-xr-xautogen.sh2
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 $@