Depend on spdylay >= 1.3.2 for spdylay_session_set_stream_user_data
This commit is contained in:
parent
d46e50b112
commit
399328cb49
|
@ -373,7 +373,7 @@ fi
|
||||||
# spdylay (for src/nghttpx and src/h2load)
|
# spdylay (for src/nghttpx and src/h2load)
|
||||||
have_spdylay=no
|
have_spdylay=no
|
||||||
if test "x${request_spdylay}" != "xno"; then
|
if test "x${request_spdylay}" != "xno"; then
|
||||||
PKG_CHECK_MODULES([LIBSPDYLAY], [libspdylay >= 1.3.0],
|
PKG_CHECK_MODULES([LIBSPDYLAY], [libspdylay >= 1.3.2],
|
||||||
[have_spdylay=yes], [have_spdylay=no])
|
[have_spdylay=yes], [have_spdylay=no])
|
||||||
if test "x${have_spdylay}" = "xyes"; then
|
if test "x${have_spdylay}" = "xyes"; then
|
||||||
AC_DEFINE([HAVE_SPDYLAY], [1], [Define to 1 if you have `spdylay` library.])
|
AC_DEFINE([HAVE_SPDYLAY], [1], [Define to 1 if you have `spdylay` library.])
|
||||||
|
|
Loading…
Reference in New Issue