]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Andrew Beverley <andy@andybev.com>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 1 Aug 2010 12:55:40 +0000 (06:55 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 1 Aug 2010 12:55:40 +0000 (06:55 -0600)
Fix missing test command when testing OS

configure.in

index f2cd9694b828cf2ad3677730f04e641d2f2a578b..97f849fff3cd3f9037dcaec012b4c26616d3f715 100644 (file)
@@ -1377,7 +1377,7 @@ default|"")
        CXXFLAGS="`getconf ${buildmodel}_CFLAGS` $CXXFLAGS"
        LIBS="`getconf ${buildmodel}_LIBS` $LIBS"
        LDFLAGS="`getconf ${buildmodel}_LDFLAGS` $LDFLAGS"
-       if "$squid_host_os" = "solaris" ; then
+       if test "$squid_host_os" = "solaris" ; then
 
 # On Solaris getconf returns for CFLAGS -xarch=generic64, -Xa and -Usun options, and
 # for LDFLAGS -xarch=generic64, but: