summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-28 00:30:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-28 00:30:23 +0200
commitb99f8e8b4e9f4db55085367beedfec096bef0b98 (patch)
tree12a0eeec52562d5ccd97b9ed8cab4d63eb91cbe9 /lib
parent345bfab518ae2dddb534a74080d3c38e9d9f39e9 (diff)
downloadgnurl-b99f8e8b4e9f4db55085367beedfec096bef0b98.tar.gz
gnurl-b99f8e8b4e9f4db55085367beedfec096bef0b98.tar.bz2
gnurl-b99f8e8b4e9f4db55085367beedfec096bef0b98.zip
gnutls: allow building with nghttp2 but without ALPN support
It might not be the most useful combo, but...
Diffstat (limited to 'lib')
-rw-r--r--lib/vtls/gtls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c
index 628ae2138..f77ce66c6 100644
--- a/lib/vtls/gtls.c
+++ b/lib/vtls/gtls.c
@@ -94,8 +94,6 @@ static bool gtls_inited = FALSE;
# undef HAS_ALPN
# if (GNUTLS_VERSION_NUMBER >= 0x030200)
# define HAS_ALPN
-# else
-# error http2 builds require GnuTLS >= 3.2.0 for ALPN support
# endif
# endif
#endif