mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
Build fixes for *NIX.
This commit is contained in:
parent
21ef4836ee
commit
b89c6abab6
@ -45,6 +45,8 @@ libbase_la_SOURCES = \
|
|||||||
thread.h \
|
thread.h \
|
||||||
timer.cpp \
|
timer.cpp \
|
||||||
timer.h \
|
timer.h \
|
||||||
|
tlsclient.cpp \
|
||||||
|
tlsclient.h \
|
||||||
unix.cpp \
|
unix.cpp \
|
||||||
unix.h \
|
unix.h \
|
||||||
utility.cpp \
|
utility.cpp \
|
||||||
|
@ -16,6 +16,10 @@ AM_SILENT_RULES([yes])
|
|||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AX_CXX_GCC_ABI_DEMANGLE
|
AX_CXX_GCC_ABI_DEMANGLE
|
||||||
|
|
||||||
|
AC_CHECK_LIB(ssl, SSL_new)
|
||||||
|
AC_CHECK_LIB(crypto, X509_NAME_oneline)
|
||||||
|
AC_CHECK_LIB(eay32, X509_NAME_oneline)
|
||||||
|
|
||||||
AX_CHECK_COMPILE_FLAG([-std=c++0x], [have_cxx11_support=yes])
|
AX_CHECK_COMPILE_FLAG([-std=c++0x], [have_cxx11_support=yes])
|
||||||
|
|
||||||
if test "$have_cxx11_support" = "yes"; then
|
if test "$have_cxx11_support" = "yes"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user