configure: fix bash-ism
authorKoop Mast <kwm@FreeBSD.org>
Sat, 8 Jan 2011 02:16:19 +0000 (02:16 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:16:19 +0000 (02:16 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=638961

configure.ac

index 6478a6cb7559c21afc101e4ba7a2fe5442028b22..4477041a8bf57d598b4f4e09eac59030e1b0cb40 100644 (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)