mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +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
3
CHANGES
3
CHANGES
|
@ -20,6 +20,9 @@ Corrections:
|
|||
Red Hat bug 1981308
|
||||
Thanks to Vlad Slepukhin for reporting this issue and providing a patch
|
||||
|
||||
Corrected a typo in configure.ac that broke option --enable-openssl-base
|
||||
Thanks to john1doe for reporting this issue.
|
||||
|
||||
Testing:
|
||||
Prevent the TIMESTAMP tests from sporadically failing due do seconds
|
||||
overflow
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
"1.7.4.1"
|
||||
"1.7.4.1+"
|
||||
|
|
|
@ -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…
Reference in a new issue