From: Damien Lespiau Date: Thu, 18 Mar 2010 22:12:40 +0000 (+0000) Subject: autogen.sh: Don't call configure with --enable-plugin-docs X-Git-Tag: 1.19.3~509^2~8896 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=742f792ffbb542a6dfd475efb46964314efd1768;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/autogen.sh b/autogen.sh index 77a69e7..6031368 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 $@