From e4d89c457b6b58a840d88af64fd08bdea5ad9529 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 18 Jan 2009 20:46:33 +0000 Subject: [PATCH] Use "test" for borne shell compatibility git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 45decf4955..a8503f7618 100755 --- a/configure +++ b/configure @@ -46873,7 +46873,7 @@ fi if test "$wxUSE_GSTREAMER" = "yes"; then case "${host}" in *-*-solaris2* ) - if "$GCC" = yes; then + if test "$GCC" = yes; then GST_CFLAGS=`echo $GST_CFLAGS | sed 's/-mt//'` GST_LIBS=`echo $GST_LIBS | sed 's/-mt//'` fi diff --git a/configure.in b/configure.in index e6ba1579d9..ef3ef77d1a 100644 --- a/configure.in +++ b/configure.in @@ -7778,7 +7778,7 @@ if test "$wxUSE_MEDIACTRL" = "yes"; then dnl CC-specific "-mt" in its flags, remove it for gcc compilation case "${host}" in *-*-solaris2* ) - if "$GCC" = yes; then + if test "$GCC" = yes; then GST_CFLAGS=`echo $GST_CFLAGS | sed 's/-mt//'` GST_LIBS=`echo $GST_LIBS | sed 's/-mt//'` fi