Skip to content

Commit

Permalink
Regen.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Feb 8, 2024
1 parent d4b2b31 commit 0e90ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -15513,8 +15513,8 @@ fi
if ! $found; then
OPENSSL_INCLUDES=
for ssldir in $ssldirs; do
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5
printf %s "checking for openssl/ssl.h in $ssldir... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for include/openssl/ssl.h in $ssldir" >&5
printf %s "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"
Expand Down

0 comments on commit 0e90ae5

Please sign in to comment.