forked from wolfSSL/wolfssl
configure.ac: don't warn about loading real async files if async.c is present and non-empty.
This commit is contained in:
@ -7658,7 +7658,7 @@ fi # $silent != yes
|
|||||||
# Show warnings at bottom so they are noticed
|
# Show warnings at bottom so they are noticed
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
if test "$ENABLED_ASYNCCRYPT" = "yes"
|
if test "$ENABLED_ASYNCCRYPT" = "yes" && ! test -s $srcdir/wolfcrypt/src/async.c
|
||||||
then
|
then
|
||||||
AC_MSG_WARN([Make sure real async files are loaded. Contact wolfSSL for details on using the asynccrypt option.])
|
AC_MSG_WARN([Make sure real async files are loaded. Contact wolfSSL for details on using the asynccrypt option.])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user