mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
configure.ac: test for cryptonly && opensslextra, if so error "mutually incompatible".
This commit is contained in:
@@ -5171,6 +5171,10 @@ AS_IF([test "x$FIPS_VERSION" = "xrand"],[ENABLED_CRYPTONLY="yes"])
|
|||||||
|
|
||||||
if test "$ENABLED_CRYPTONLY" = "yes"
|
if test "$ENABLED_CRYPTONLY" = "yes"
|
||||||
then
|
then
|
||||||
|
if test "$ENABLED_OPENSSLEXTRA" = "yes"
|
||||||
|
then
|
||||||
|
AC_MSG_ERROR([cryptonly and opensslextra are mutually incompatible.])
|
||||||
|
fi
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFCRYPT_ONLY"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFCRYPT_ONLY"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user