From: Gunnar Beutner Date: Sat, 26 May 2012 11:53:24 +0000 (+0200) Subject: Fixed --disable-shared on Solaris. X-Git-Tag: v0.0.1~487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f33b2caae7bd2f88fbaa056e9e7420ccb8ebe67;p=icinga2 Fixed --disable-shared on Solaris. --- diff --git a/configure.ac b/configure.ac index e51b07232..03a737b57 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_CHECK_LIB(crypto, X509_NAME_oneline) AC_CHECK_LIB(eay32, X509_NAME_oneline) AC_CHECK_LIB(m, floor) AC_CHECK_LIB(pthread, pthread_create) +AC_CHECK_LIB(socket, getsockname) AX_CHECK_COMPILE_FLAG([-std=c++0x], [have_cxx11_support=yes])