Merge branch '1.6.x'

This commit is contained in:
Alexey Sokolov
2016-12-10 21:18:10 +00:00
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -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 "
CXXFLAGS="$CXXFLAGS -DOPENSSL_NO_COMP=1"
AC_PROG_CXX
# "Optional" because we want custom error message
AX_CXX_COMPILE_STDCXX_11([noext], [optional])