summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 02:25:20 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 04:29:31 +0200
commit97833d7cf385b98854df62ee529b507d627cb829 (patch)
treea8864acb12effdf6e349b4f6005e39d79edcd2a9 /configure
parentade8e2cd7fd6629cbbb3caf17e21b396e08ac288 (diff)
downloadqpdf-97833d7cf385b98854df62ee529b507d627cb829.tar.zst
configure: add missing checking messages
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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