This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-10 21:54:17 +09:00
parent 0f1dea4f42
commit d1c109f59e
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ if test "x${have_spdylay}" = "xyes"; then
AC_DEFINE([HAVE_SPDYLAY], [1], [Define to 1 if you have `spdylay` library.])
else
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
AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])