mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure: fix bash-ism
https://bugzilla.gnome.org/show_bug.cgi?id=638961
This commit is contained in:
parent
0ed757db33
commit
8049513b88
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ AC_SUBST(GST_LIBS)
|
|||
dnl LDFLAGS really should only contain flags, not libs - they get added before
|
||||
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
||||
GST_ALL_LDFLAGS="-no-undefined"
|
||||
if test "x${enable_Bsymbolic}" == "xyes"; then
|
||||
if test "x${enable_Bsymbolic}" = "xyes"; then
|
||||
GST_ALL_LDFLAGS="$GST_ALL_LDFLAGS -Wl,-Bsymbolic-functions"
|
||||
fi
|
||||
AC_SUBST(GST_ALL_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue