From a91814f0e0606068a0854a9e8de8d42456c1703b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 11 Mar 2013 06:16:12 +0000 Subject: [PATCH] blacklist gnutls < 2.12.16 in a move which is sure to make me hugely unpopular once again, I'm blacklisting a huge number of gnutls versions which I can't compile because at least some of them are 100% broken and will not work. the rage forecast is looking to see some hot winds blowing in from the debian/ubuntu quagmires, though users from more modern regions are not likely to notice any changes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bc0ea2c484..943bab540a 100644 --- a/configure.ac +++ b/configure.ac @@ -274,7 +274,7 @@ AM_CONDITIONAL([EFL_ENABLE_TESTS], [test "${want_tests}" = "yes"]) # check for crypto/tls library to use case "$build_crypto" in gnutls) - EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.11]) + EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16]) AM_PATH_LIBGCRYPT([], [:], [AC_MSG_ERROR([libgcrypt required but not found])])