]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix syntax error in configure.ac
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 28 Dec 2024 17:16:49 +0000 (17:16 +0000)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 28 Dec 2024 20:04:10 +0000 (20:04 +0000)
configure.ac

index 53cc2a02f4c294477ba41bde6c33209164826fa7..e7a06516fa93eaad67f259e21d6fc1bf7b45fd3e 100644 (file)
@@ -1043,7 +1043,7 @@ AC_MSG_NOTICE([HTCP support enabled: $enable_htcp])
 
 # Cryptograhic libraries
 SQUID_AUTO_LIB(nettle,[Nettle crypto],[LIBNETTLE])
-AS_IF(test "x$with_nettle" != "xno"],[
+AS_IF([test "x$with_nettle" != "xno"],[
   SQUID_STATE_SAVE(squid_nettle_state)
   PKG_CHECK_MODULES([LIBNETTLE],[nettle >= 3.4],[],[
     CPPFLAGS="$LIBNETTLE_CFLAGS $CPPFLAGS"