summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/neon.m45
1 files changed, 2 insertions, 3 deletions
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`"