Skip to content

Commit

Permalink
Merge pull request #7888 from douzzer/20240820-configure-silent
Browse files Browse the repository at this point in the history
20240820-configure-silent
  • Loading branch information
dgarske authored Aug 20, 2024
2 parents c4f978f + 0becc34 commit 4f4fb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f4fb4b

Please sign in to comment.