Skip to content

Commit

Permalink
Fix syntax error in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Dec 28, 2024
1 parent 1d33b78 commit 6781032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6781032

Please sign in to comment.