configure: fix bash-ism

https://bugzilla.gnome.org/show_bug.cgi?id=638961
This commit is contained in:
Koop Mast 2011-01-08 02:16:19 +00:00 committed by Tim-Philipp Müller
parent 0ed757db33
commit 8049513b88

View file

@ -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)