mirror of
https://github.com/curl/curl.git
synced 2026-08-02 12:20:28 +03:00
Compile with latest nghttp2
This commit is contained in:
parent
d4a4a42cb3
commit
da933ee29d
2 changed files with 46 additions and 40 deletions
|
|
@ -2760,7 +2760,7 @@ if test X"$want_h2" != Xno; then
|
|||
CPPFLAGS="$CPPFLAGS $CPP_H2"
|
||||
LIBS="$LIB_H2 $LIBS"
|
||||
|
||||
AC_CHECK_LIB(nghttp2, nghttp2_session_client_new,
|
||||
AC_CHECK_LIB(nghttp2, nghttp2_session_callbacks_set_send_callback,
|
||||
[
|
||||
AC_CHECK_HEADERS(nghttp2/nghttp2.h,
|
||||
curl_h2_msg="enabled (nghttp2)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue