From: Amos Jeffries Date: Wed, 1 Jun 2016 11:09:57 +0000 (+1200) Subject: Fix shell substitution typo in rev.14693 X-Git-Tag: SQUID_4_0_11~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b65a2365ae9dd6381ffa54bd40baeda2b6621df2;p=thirdparty%2Fsquid.git Fix shell substitution typo in rev.14693 --- diff --git a/configure.ac b/configure.ac index 6b95d28476..d7f45ef1ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1017,7 +1017,7 @@ if test "x$squid_opt_use_ecap" = "xyes"; then ECAP_LIBS="ecap/libecapsquid.la" squid_opt_use_adaptation=yes fi -SQUID_DEFINE_BOOL(USE_ECAP,${squid_opt_use_ecap:no},[Whether to use eCAP support]) +SQUID_DEFINE_BOOL(USE_ECAP,${squid_opt_use_ecap:=no},[Whether to use eCAP support]) AM_CONDITIONAL(ENABLE_ECAP, test "x$squid_opt_use_ecap" = "xyes") AC_SUBST(ECAP_LIBS)