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-25 08:25:20 +0100
commit7683cf8eb347c6ffee62705223e66d2b8ef6b910 (patch)
treeea45fb66108cf6cd62cf502fdb889c3b9700e721
parent9ef1e58ccc4d7908016fcf9d000c835223e490fc (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 19bc2fd19..e8d943ad5 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 $@