mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 15:43:24 +00:00
Corrected a typo in configure.ac that broke option --enable-openssl-base
This commit is contained in:
parent
1477334905
commit
3efbf71430
3 changed files with 5 additions and 2 deletions
|
@ -519,7 +519,7 @@ if test -n "$WITH_OPENSSL"; then
|
|||
[sc_cv_have_openssl_ssl_h=yes; OPENSSL_BASE=""; ],
|
||||
[sc_cv_have_openssl_ssl_h=no
|
||||
if [ "$OPENSSL_BASE" ]; then
|
||||
s="$OPENSSL_BASE"
|
||||
Ds="$OPENSSL_BASE"
|
||||
else
|
||||
Ds="/sw /usr/local /opt/freeware /usr/sfw /usr/local/ssl"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue