mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #7888 from douzzer/20240820-configure-silent
20240820-configure-silent
This commit is contained in:
@ -10436,6 +10436,10 @@ if test -n "$WITH_MAX_ECC_BITS"; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$silent" != "yes"; then
|
||||||
|
|
||||||
echo "---"
|
echo "---"
|
||||||
echo "Note: Make sure your application includes \"wolfssl/options.h\" before any other wolfSSL headers."
|
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."
|
echo " You can define \"WOLFSSL_USE_OPTIONS_H\" in your application to include this automatically."
|
||||||
|
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user