From 97833d7cf385b98854df62ee529b507d627cb829 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 21 Jun 2019 20:25:20 -0400 Subject: [PATCH] configure: add missing checking messages --- autofiles.sums | 2 +- configure | 4 ++++ configure.ac | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autofiles.sums b/autofiles.sums index 3c5831e4..32e16a13 100644 --- a/autofiles.sums +++ b/autofiles.sums @@ -1,4 +1,4 @@ -1135dabc4af0e846647cd99776813a284a740063e3eb77bcfc327b1cc851b8c0 configure.ac +3bb3daeee89ecd7770434a3357d2f4bd6ad415de8cdacc90d5e1fce39e1b3a91 configure.ac 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4 37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4 e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4 diff --git a/configure b/configure index fa2595a6..edb46e9a 100755 --- a/configure +++ b/configure @@ -15862,6 +15862,8 @@ else $as_echo "no" >&6; } fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OS-provided secure random numbers" >&5 +$as_echo_n "checking whether to use OS-provided secure random numbers... " >&6; } # Check whether --enable-os-secure-random was given. if test "${enable_os_secure_random+set}" = set; then : enableval=$enable_os_secure_random; if test "$enableval" = "yes"; then @@ -15972,6 +15974,8 @@ _ACEOF fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to avoid Windows HANDLE type" >&5 +$as_echo_n "checking whether to avoid Windows HANDLE type... " >&6; } # Check whether --enable-avoid-windows-handle was given. if test "${enable_avoid_windows_handle+set}" = set; then : enableval=$enable_avoid_windows_handle; if test "$enableval" = "yes"; then diff --git a/configure.ac b/configure.ac index 33ec733f..541b8c52 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,7 @@ else AC_MSG_RESULT(no) fi +AC_MSG_CHECKING(whether to use OS-provided secure random numbers) AC_ARG_ENABLE(os-secure-random, AS_HELP_STRING([--enable-os-secure-random], [whether to try to use OS-provided secure random numbers (default is yes)]), @@ -92,6 +93,7 @@ fi AX_RANDOM_DEVICE +AC_MSG_CHECKING(whether to avoid Windows HANDLE type) AC_ARG_ENABLE(avoid-windows-handle, AS_HELP_STRING([--enable-avoid-windows-handle], [whether to avoid use of HANDLE, useful for some embedded Windows builds (default is no)]),