Skip to content

Commit 0becc34

Browse files
committed
configure.ac: inhibit options.h reminder message when --quiet.
1 parent e562a1c commit 0becc34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

configure.ac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10436,6 +10436,10 @@ if test -n "$WITH_MAX_ECC_BITS"; then
1043610436
fi
1043710437
fi
1043810438
10439+
if test "$silent" != "yes"; then
10440+
1043910441
echo "---"
1044010442
echo "Note: Make sure your application includes \"wolfssl/options.h\" before any other wolfSSL headers."
1044110443
echo " You can define \"WOLFSSL_USE_OPTIONS_H\" in your application to include this automatically."
10444+
10445+
fi

0 commit comments

Comments
 (0)