Corrected a typo in configure.ac that broke option --enable-openssl-base

This commit is contained in:
Gerhard Rieger 2021-10-26 22:06:46 +02:00
parent 1477334905
commit 3efbf71430
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
"1.7.4.1"
"1.7.4.1+"

View file

@ -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