X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=configure.ac;h=bd5f002a12d0cfbc37c57b2be948dd4bf44ce0a1;hb=fceac9f0133c4441e6c89392f4c85da3600a5183;hp=f48f11d96b68dfb23378718e4277ce6899d8e3d1;hpb=3d6597697af81724a9be288af0354c987a696114;p=umurmur.git diff --git a/configure.ac b/configure.ac index f48f11d..bd5f002 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,7 @@ AC_CHECK_HEADERS([libconfig.h], [], [AC_MSG_ERROR([could not find libconfig.h])] AC_CHECK_LIB([config], [config_init], [], [AC_MSG_ERROR([could not find libconfig])]) AS_IF([test "x$with_ssl" = xpolarssl], [ AC_CHECK_HEADERS([polarssl/ssl.h], [], [AC_MSG_ERROR([could not find polarssl/ssl.h])]) + AC_CHECK_HEADERS([polarssl/version.h], [], [AC_MSG_ERROR([could not find polarssl/version.h])]) AC_CHECK_LIB([polarssl], [ssl_init], [], [AC_MSG_ERROR([could not find libpolarssl])]) AC_DEFINE([USE_POLARSSL], [], [Use PolarSSL]) AS_IF([test "x$enable_polarssl_test_cert" = xyes], [