mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
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:
parent
9ef1e58ccc
commit
7683cf8eb3
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue