You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/27 20:11:33 UTC

[trafficserver] branch master updated: This fixes build problems when using non-standard OpenSSL

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  7cedf22   This fixes build problems when using non-standard OpenSSL
7cedf22 is described below

commit 7cedf2281c4490c9b0e771718d18277ff910dd7b
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Jan 27 12:51:28 2017 -0700

    This fixes build problems when using non-standard OpenSSL
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 813bcd3..1922ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1128,7 +1128,7 @@ TS_CHECK_CRYPTO_SET_RBIO
 # Check for DH_get_2048_256
 TS_CHECK_CRYPTO_DH_GET_2048_256
 
-saved_LIBS = "$LIBS"
+saved_LIBS="$LIBS"
 TS_ADDTO([LIBS], ["$OPENSSL_LIBS"])
 
 AC_CHECK_FUNCS([ \
@@ -1157,7 +1157,7 @@ AC_CHECK_FUNC([EVP_MD_CTX_reset], [],
 AC_CHECK_FUNC([EVP_MD_CTX_free], [],
               [AC_DEFINE([EVP_MD_CTX_free], [EVP_MD_CTX_destroy], [Renamed in OpenSSL 1.1])])
 
-LIBS = "$saved_LIBS"
+LIBS="$saved_LIBS"
 
 #
 # Check for zlib presence and usability

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].