configure.ac: don't warn about loading real async files if async.c is present and non-empty.

This commit is contained in:
Daniel Pouzzner
2021-10-01 00:56:59 -05:00
parent 3745b1c9db
commit 0231446006

View File

@ -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