mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Stop-gap for OpenSSL 1.1 in 1.6 branch.
This is properly fixed already in 1.7 branch.
This commit is contained in:
@@ -27,7 +27,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 "
|
||||
CXXFLAGS="$CXXFLAGS -DOPENSSL_NO_COMP=1"
|
||||
AC_PROG_CXX
|
||||
# "Optional" because we want custom error message
|
||||
AX_CXX_COMPILE_STDCXX_11([noext], [optional])
|
||||
|
||||
Reference in New Issue
Block a user