blacklist gnutls < 2.12.16
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Mon, 11 Mar 2013 06:16:12 +0000 (06:16 +0000)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Mon, 11 Mar 2013 06:16:12 +0000 (06:16 +0000)
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

index bc0ea2c..943bab5 100644 (file)
@@ -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])])