Skip to content

Commit

Permalink
adding nghttp2 check for DWINS feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eissing committed Apr 25, 2017
1 parent 7d34ad3 commit 243a40a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ AC_CHECK_FUNCS([nghttp2_session_change_stream_priority],
# nghttp2 >= 1.14.0: invalid header callback
AC_CHECK_FUNCS([nghttp2_session_callbacks_set_on_invalid_header_callback],
[CPPFLAGS="$CPPFLAGS -DH2_NG2_INVALID_HEADER_CB"], [])
dnl # nghttp2 >= 1.15.0: get/set stream window sizes
AC_CHECK_FUNCS([nghttp2_session_get_stream_local_window_size],
[CPPFLAGS="$CPPFLAGS -DH2_NG2_LOCAL_WIN_SIZE"], [])


AC_CHECK_LIB([crypto], [SHA256_Init], [
Expand Down

0 comments on commit 243a40a

Please sign in to comment.