From: Francesco Chemolli Date: Sat, 26 Dec 2009 09:23:56 +0000 (+0100) Subject: Fixed broken shell syntax X-Git-Tag: SQUID_3_2_0_1~310^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9ddf62c708e71e7789aeeb5ebd22542af5e53c;p=thirdparty%2Fsquid.git Fixed broken shell syntax --- diff --git a/configure.in b/configure.in index 7eee234a54..70db0b342b 100644 --- a/configure.in +++ b/configure.in @@ -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"