Disable spdylay detection by default

This commit is contained in:
Tatsuhiro Tsujikawa 2017-02-21 22:31:23 +09:00
parent 2af57c3cfc
commit d10ea5ea06
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ AC_ARG_WITH([jemalloc],
AC_ARG_WITH([spdylay], AC_ARG_WITH([spdylay],
[AS_HELP_STRING([--with-spdylay], [AS_HELP_STRING([--with-spdylay],
[Use spdylay [default=check]])], [Use spdylay [default=no]])],
[request_spdylay=$withval], [request_spdylay=check]) [request_spdylay=$withval], [request_spdylay=no])
AC_ARG_WITH([systemd], AC_ARG_WITH([systemd],
[AS_HELP_STRING([--with-systemd], [AS_HELP_STRING([--with-systemd],