Commit b99f8e8b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

gnutls: allow building with nghttp2 but without ALPN support

It might not be the most useful combo, but...
parent 345bfab5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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