]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix shell substitution typo in rev.14693
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 1 Jun 2016 11:09:57 +0000 (23:09 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 1 Jun 2016 11:09:57 +0000 (23:09 +1200)
configure.ac

index 6b95d284761ebfbec9ee6bd4f39381f8f5685e0c..d7f45ef1ce025ee7214341cb0e10a101da7bcd6d 100644 (file)
@@ -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)