From cfe992b6fac034b288d9b3c1c56692bddb4cc8f8 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 1 Aug 2010 06:55:40 -0600 Subject: [PATCH] Author: Andrew Beverley Fix missing test command when testing OS --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2