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
This commit is contained in:
Robin Dunn
2009-01-18 20:46:33 +00:00
parent 991248b7f9
commit e4d89c457b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

View File

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