mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Fixed --disable-shared on Solaris.
This commit is contained in:
parent
94eba566af
commit
7f33b2caae
1 changed files with 1 additions and 0 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue