configure.ac: fix improper use of == test operator.

pull/11382/head
Daniel Pouzzner 2026-09-09 22:34:09 -05:00
parent b216163309
commit eff9fc1886
1 changed files with 1 additions and 1 deletions

View File

@ -13191,7 +13191,7 @@ then
fi
if test "$ENABLED_ARC4" == "yes"
if test "$ENABLED_ARC4" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALLOW_RC4"
fi