1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 15:23:24 +00:00

Fix of configure --enable-openssl-base processing

This commit is contained in:
Gerhard Rieger 2023-11-06 21:24:33 +01:00
parent d605ab57f5
commit 5ee79624b6
2 changed files with 5 additions and 1 deletions

View file

@ -587,7 +587,8 @@ AC_ARG_ENABLE(openssl_base, [ --enable-openssl-base specify directory with in
#
if test -n "$WITH_OPENSSL"; then
if test -n "$OPENSSL_BASE"; then
sc_cv_have_openssl_ssl_h=yes; OPENSSL_BASE="$D"
sc_cv_have_openssl_ssl_h=yes;
CPPFLAGS="-I$OPENSSL_BASE/include $CPPFLAGS"
else
AC_MSG_NOTICE(checking for components of OpenSSL)
# first, we need to find the include file <openssl/ssl.h>