Fix typo
This commit is contained in:
parent
0f1dea4f42
commit
d1c109f59e
|
@ -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" ])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue