From 0a36695addd3d1da88118fef2ae4abb9bd842428 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 10 Dec 2016 21:18:47 +0000 Subject: [PATCH] Revert openssl workaround of 1.6 branch from 1.7 branch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80c8a9f3..e7f79b05 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_DEFUN([ZNC_AUTO_FAIL], [ ]) # AC_PROG_CXX sets CXXFLAGS to "-O2 -g" if it is unset which we don't want -CXXFLAGS="$CXXFLAGS -DOPENSSL_NO_COMP=1" +CXXFLAGS="$CXXFLAGS " AC_PROG_CXX # "Optional" because we want custom error message AX_CXX_COMPILE_STDCXX_11([noext], [optional])