configure, gst-uninstalled: remove a few bashism
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:19:31 +0000 (02:19 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:19:31 +0000 (02:19 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=638961

configure.ac
gst-element-check.m4.in
scripts/gst-uninstalled

index b130f76079dadab66c19e498d91c2e7e6c42632a..0b619579af0b00152813ab4fc041f63d818d0825 100644 (file)
@@ -696,7 +696,7 @@ GST_ALL_LIBS="$GLIB_LIBS $LTLIBINTL \$(GCOV_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
 
index e535687a36909b0b5fcbcdb4528d5d1b30f0c545..fedeace9e98074ff4defd96908619432074c7c70 100644 (file)
@@ -6,7 +6,7 @@ dnl AM_GST_ELEMENT_CHECK(ELEMENT-NAME, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND)
 
 AC_DEFUN([AM_GST_ELEMENT_CHECK],
 [
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     AC_CHECK_PROG(GST_INSPECT, gst-inspect-@GST_MAJORMINOR@, gst-inspect-@GST_MAJORMINOR@, [])
   fi
 
index 9278a0b8d13a9ba1d1ba0f576d4d374974b8c7d4..54bd5ad6387894eff158291e3e5fb6a942a9e5ce 100755 (executable)
@@ -167,7 +167,7 @@ fi
 # the gstreamer base dir and start $SHELL
 cd $GST
 shell=$SHELL
-if test "x$SHELL" == "x/bin/bash"
+if test "x$SHELL" = "x/bin/bash"
 then
   # debian/ubuntu resets our PS1.  bastards.
   shell="$SHELL --noprofile"