mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
throw error when opensslcoexist configured with opensslall or opensslextra
This commit is contained in:
@@ -4741,6 +4741,14 @@ AS_IF([test "x$ENABLED_WOLFSSH" = "xyes"],
|
|||||||
AS_IF([test "x$ENABLED_SHA512" = "xno"],[AC_MSG_ERROR([cannot enable wolfSSH with SHA-512/384 disabled])])
|
AS_IF([test "x$ENABLED_SHA512" = "xno"],[AC_MSG_ERROR([cannot enable wolfSSH with SHA-512/384 disabled])])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
if test "x$ENABLED_OPENSSLCOEXIST" = "xyes"; then
|
||||||
|
if test "x$ENABLED_OPENSSLALL" = "xyes"; then
|
||||||
|
AC_MSG_ERROR([Cannot use --enable-opensslcoexist with --enable-opensslall])
|
||||||
|
fi
|
||||||
|
if test "x$ENABLED_OPENSSLEXTRA" = "xyes"; then
|
||||||
|
AC_MSG_ERROR([Cannot use --enable-opensslcoexist with --enable-opensslextra])
|
||||||
|
fi
|
||||||
|
fi
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# USER SETTINGS
|
# USER SETTINGS
|
||||||
|
Reference in New Issue
Block a user