From 6781032935cccb2eea8e3d5261df6a9d3e04d493 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sat, 28 Dec 2024 17:16:49 +0000 Subject: [PATCH] Fix syntax error in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53cc2a02f4..e7a06516fa 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- 2.47.2