]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed broken shell syntax
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 26 Dec 2009 09:23:56 +0000 (10:23 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 26 Dec 2009 09:23:56 +0000 (10:23 +0100)
configure.in

index 7eee234a544bd7def1fa0edf5b86be4687c150a8..70db0b342b09cba1f39da3c5ebbf5b3cf8472e9d 100644 (file)
@@ -448,7 +448,7 @@ AC_ARG_ENABLE(disk-io,
      for details on how to build your custom disk module]), [ 
 case $enableval in
   yes)
-    $(TRUE)
+    ${TRUE}
     #do nothing, "auto" is ok
        ;;
   no)
@@ -1050,7 +1050,7 @@ if test "$squid_opt_use_eui" = "yes" ; then
      AC_MSG_NOTICE([EUI controls enabled (ether address)])
      case "$squid_host_os" in
        linux|solaris|freebsd|openbsd|netbsd)
-        $(TRUE)
+        ${TRUE}
            ;;
        cygwin|mingw)
                EUILIB="-liphlpapi"