gst-plugins-good-0.10.26: move to obsolete
[openembedded.git] / recipes / neon / files / gnutls-2.patch
blob2b37dfc889d34fc8e67acf139ed9f1fc4cc0a9a4
1 diff -Nurd neon-0.25.5/macros/neon.m4 neon-0.25.5-patched/macros/neon.m4
2 --- neon-0.25.5/macros/neon.m4 2009-02-03 16:23:40.000000000 +0100
3 +++ neon-0.25.5-patched/macros/neon.m4 2009-02-03 16:24:00.000000000 +0100
4 @@ -895,6 +895,7 @@
5 1.0.?|1.0.1?|1.0.20|1.0.21)
6 AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required]) ;;
7 1.*) ;;
8 + 2.*) ;;
9 *) AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is not supported]) ;;
10 esac