aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2014-08-26 00:18:32 +0900
committerDaniel Stenberg <daniel@haxx.se>2014-08-26 23:02:50 +0200
commitda933ee29d1fed018462ff6a15e93bb72e8372ce (patch)
tree3b4ed9d4edd54f018e70424d6e1738aad3855abe /configure.ac
parentd4a4a42cb3cfae19147ba297d4979930c6420070 (diff)
Compile with latest nghttp2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3c7054051..d51c7e5e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)"