]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
make access for virtuals match base
[wxWidgets.git] / configure
index 6aa5b0b12ea78699680afb25d0cc321e55e3aa3d..d74a1b7d371718193f89bde72c882ead0a39a05e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 49352 2007-10-23 13:40:27Z VZ .
+# From configure.in Id: configure.in 49376 2007-10-23 22:19:34Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -52537,7 +52537,7 @@ WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
 
 case "${host}" in
     *-*-solaris2* )
-                        if "$GCC" = yes; then
+                        if test "$GCC" = yes; then
             CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
             LIBS=`echo $LIBS | sed 's/-mt//'`
             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`