]> granicus.if.org Git - icinga2/commitdiff
Build fixes for *NIX.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Apr 2012 12:04:51 +0000 (14:04 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 24 Apr 2012 12:04:51 +0000 (14:04 +0200)
base/Makefile.am
configure.ac

index c67020e5127146065b633cd4798b02879fc28f8e..e7a2fa9bf039d5215f5d92171a64c0819196dd7c 100644 (file)
@@ -45,6 +45,8 @@ libbase_la_SOURCES =  \
        thread.h \
        timer.cpp \
        timer.h \
+       tlsclient.cpp \
+       tlsclient.h \
        unix.cpp \
        unix.h \
        utility.cpp \
index 24849cde68f63ae4f463e0875a4254d3580fd4d3..d1a82858cd02baf34087a34ac23659b0a677b792 100644 (file)
@@ -16,6 +16,10 @@ AM_SILENT_RULES([yes])
 AC_PROG_CXX
 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])
 
 if test "$have_cxx11_support" = "yes"; then