Fixed --disable-shared on Solaris.

This commit is contained in:
Gunnar Beutner 2012-05-26 13:53:24 +02:00
parent 94eba566af
commit 7f33b2caae
1 changed files with 1 additions and 0 deletions

View File

@ -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])