]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Andrew Beverley <andy@andybev.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Aug 2010 06:29:48 +0000 (18:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Aug 2010 06:29:48 +0000 (18:29 +1200)
Fix missing test command when testing OS

configure.in

index 5a49cf0676fb022d7a9fdeb3524de0eb7a2c46a1..31ee30639f4a18e8298959d9c48f8b52586e2fab 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: