mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
Fix typo
This commit is contained in:
@@ -220,7 +220,7 @@ 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.])
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE($LIBSPDYLAY_PKG_ERRORS)
|
AC_MSG_NOTICE($LIBSPDYLAY_PKG_ERRORS)
|
||||||
AC_MSG_NOTICE([The SPDY support in nghttpd will be disabled.])
|
AC_MSG_NOTICE([The SPDY support in nghttpx will be disabled.])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
|
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user