mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 00:24:23 +02:00
Fixed --disable-shared on Solaris.
This commit is contained in:
parent
94eba566af
commit
7f33b2caae
@ -39,6 +39,7 @@ AC_CHECK_LIB(crypto, X509_NAME_oneline)
|
|||||||
AC_CHECK_LIB(eay32, X509_NAME_oneline)
|
AC_CHECK_LIB(eay32, X509_NAME_oneline)
|
||||||
AC_CHECK_LIB(m, floor)
|
AC_CHECK_LIB(m, floor)
|
||||||
AC_CHECK_LIB(pthread, pthread_create)
|
AC_CHECK_LIB(pthread, pthread_create)
|
||||||
|
AC_CHECK_LIB(socket, getsockname)
|
||||||
|
|
||||||
AX_CHECK_COMPILE_FLAG([-std=c++0x], [have_cxx11_support=yes])
|
AX_CHECK_COMPILE_FLAG([-std=c++0x], [have_cxx11_support=yes])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user