mirror of https://github.com/wolfSSL/wolfssl.git
configure.ac: fix improper use of == test operator.
parent
b216163309
commit
eff9fc1886
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue