fixed copy/paste mistake
authorFelix Morgner <felix.morgner@gmail.com>
Wed, 11 Feb 2015 09:44:22 +0000 (10:44 +0100)
committerFelix Morgner <felix.morgner@gmail.com>
Wed, 11 Feb 2015 09:46:39 +0000 (10:46 +0100)
configure.ac

index b3741b4bd4a0726ccb42eb7cfade4f71c7a146dd..828ada658cc71e93700e3c4012fdc1d98ff7629c 100644 (file)
@@ -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)