From d0030d5af9f0bc9b5999fb41b077b28621a3ee8b Mon Sep 17 00:00:00 2001 From: wim glenn Date: Wed, 9 Nov 2022 02:02:35 -0600 Subject: [PATCH] Fix misleading configure output showing where it is looking for openssl headers --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 97fd931a95db5b5..11eb14496961a1f 100755 --- a/configure +++ b/configure @@ -25120,8 +25120,8 @@ fi if ! $found; then OPENSSL_INCLUDES= for ssldir in $ssldirs; do - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5 -$as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for include/openssl/ssl.h in $ssldir" >&5 +$as_echo_n "checking for include/openssl/ssl.h in $ssldir... " >&6; } if test -f "$ssldir/include/openssl/ssl.h"; then OPENSSL_INCLUDES="-I$ssldir/include" OPENSSL_LDFLAGS="-L$ssldir/lib"