mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Change plugin-srcdir msg stuff near the end of configure.base to
Original commit message from CVS: Change plugin-srcdir msg stuff near the end of configure.base to -builddir.
This commit is contained in:
parent
0e653a5623
commit
60efda8a42
1 changed files with 4 additions and 4 deletions
|
@ -1072,14 +1072,14 @@ dnl ##################################################
|
||||||
|
|
||||||
infomessages=
|
infomessages=
|
||||||
|
|
||||||
if test "x$PLUGINS_USE_SRCDIR" = xyes; then
|
if test "x$PLUGINS_USE_BUILDDIR" = xyes; then
|
||||||
infomessages="$infomessages
|
infomessages="$infomessages
|
||||||
*** Warning: You have configured using the --enable-plugin-srcdir option.
|
*** Warning: You have configured using the --enable-plugin-builddir option.
|
||||||
|
|
||||||
This option is for development purposes only: binaries built with
|
This option is for development purposes only: binaries built with
|
||||||
it should be used with code in the build tree only. To build an
|
it should be used with code in the build tree only. To build an
|
||||||
installable version, use ./configure without the --enable-plugin-srcdir
|
installable version, use ./configure without the --enable-plugin-builddir
|
||||||
option. Note that the autogen.sh script supplies the plugin srcdir
|
option. Note that the autogen.sh script supplies the plugin builddir
|
||||||
option automatically - it cannot be used to configure installable builds.
|
option automatically - it cannot be used to configure installable builds.
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue