http2: rectify the http2 version #if check
We need 1.0.0 or later. Also verified by configure.
This commit is contained in:
parent
7023d8aa37
commit
01b7d8274c
@ -42,7 +42,7 @@
|
||||
|
||||
#define MIN(x,y) ((x)<(y)?(x):(y))
|
||||
|
||||
#if (NGHTTP2_VERSION_NUM < 0x000600)
|
||||
#if (NGHTTP2_VERSION_NUM < 0x010000)
|
||||
#error too old nghttp2 version, upgrade!
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user