From b99f8e8b4e9f4db55085367beedfec096bef0b98 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 May 2014 00:30:23 +0200 Subject: gnutls: allow building with nghttp2 but without ALPN support It might not be the most useful combo, but... --- lib/vtls/gtls.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/vtls') 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 -- cgit v1.2.3