configure.ac: inhibit options.h reminder message when --quiet.

This commit is contained in:
Daniel Pouzzner
2024-08-20 00:25:15 -05:00
parent e562a1c4d1
commit 0becc347b1

View File

@ -10436,6 +10436,10 @@ if test -n "$WITH_MAX_ECC_BITS"; then
fi
fi
if test "$silent" != "yes"; then
echo "---"
echo "Note: Make sure your application includes \"wolfssl/options.h\" before any other wolfSSL headers."
echo " You can define \"WOLFSSL_USE_OPTIONS_H\" in your application to include this automatically."
fi