X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=configure.ac;h=828ada658cc71e93700e3c4012fdc1d98ff7629c;hb=39e9f7ff9fff1437907b4ce5874218ba1fa11fc3;hp=b3741b4bd4a0726ccb42eb7cfade4f71c7a146dd;hpb=545ccafff7b99709a47487f4b3bcd6cd54bf702d;p=umurmur.git diff --git a/configure.ac b/configure.ac index b3741b4..828ada6 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ AS_IF([test "x$with_ssl" = xgnutls], [ AC_CHECK_HEADERS([gnutls/gnutls.h], [], [AC_MSG_ERROR([could not find gnutls/gnutls.h])]) AC_CHECK_LIB([gnutls], [gnutls_priority_init], [], [AC_MSG_ERROR([could not find libgnutls])]) AC_CHECK_LIB([nettle], [_nettle_aes_decrypt], [], [AC_MSG_ERROR([could not find libnettle])]) - AC_DEFINE([USE_GNUTLS], [], [Use PolarSSL]) + AC_DEFINE([USE_GNUTLS], [], [Use GnuTLS]) ]) AM_CONDITIONAL(USE_OPENSSL, test x$with_ssl = xopenssl)