From cb7bbec6bad4683613688a943807510525a139f5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 02:47:58 +0200 Subject: [PATCH] am f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 720d31453b..434534d2fb 100644 --- a/configure.ac +++ b/configure.ac @@ -4610,7 +4610,7 @@ AS_HELP_STRING([--disable-httpsig],[Disable HTTP Message Signatures support (exp want_httpsig="no" ) -if test "$want_httpsig" = "yes" && test "$OPENSSL_ENABLED" != "1" && test "$WOLFSSL_ENABLED" = "1"; then +if test "$want_httpsig" = "yes" && test "$OPENSSL_ENABLED" != "1" && test "$WOLFSSL_ENABLED" != "1"; then AC_MSG_WARN([HTTPSIG requires OpenSSL or wolfSSL. HTTPSIG support disabled.]) want_httpsig="no" fi