From: Amos Jeffries Date: Sun, 1 Aug 2010 12:55:40 +0000 (-0600) Subject: Author: Andrew Beverley X-Git-Tag: SQUID_3_2_0_1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfe992b6fac034b288d9b3c1c56692bddb4cc8f8;p=thirdparty%2Fsquid.git Author: Andrew Beverley Fix missing test command when testing OS --- diff --git a/configure.in b/configure.in index f2cd9694b8..97f849fff3 100644 --- a/configure.in +++ b/configure.in @@ -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: