From 3efbf71430b3136e27a464c02368e78a370a9dc2 Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Tue, 26 Oct 2021 22:06:46 +0200 Subject: [PATCH] Corrected a typo in configure.ac that broke option --enable-openssl-base --- CHANGES | 3 +++ VERSION | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9879418..d568f0f 100644 --- a/CHANGES +++ b/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 diff --git a/VERSION b/VERSION index 018bd37..53e1fe8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"1.7.4.1" +"1.7.4.1+" diff --git a/configure.ac b/configure.ac index 53cebbd..b6b3cab 100644 --- a/configure.ac +++ b/configure.ac @@ -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