From ddcc3a7fa54a2ae201b3df688cd852e449c504dd Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 16 Jul 2007 10:25:10 +0000 Subject: * macros/neon.m4 (NEON_SSL): Don't attempt to prevent incompatibility with future releases of GnuTLS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1208 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- macros/neon.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'macros') diff --git a/macros/neon.m4 b/macros/neon.m4 index 4a11916..5e00f19 100644 --- a/macros/neon.m4 +++ b/macros/neon.m4 @@ -929,9 +929,8 @@ gnutls) ne_gnutls_ver=`$GNUTLS_CONFIG --version` case $ne_gnutls_ver in 1.0.?|1.0.1?|1.0.20|1.0.21) - AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required]) ;; - 1.*) ;; - *) AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is not supported]) ;; + AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required]) + ;; esac CPPFLAGS="$CPPFLAGS `$GNUTLS_CONFIG --cflags`" -- cgit v1.2.1