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:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user