Lower libev version requirement

libev 4.11 seems to build fine as demonstrated by Travis with autotools.
This commit is contained in:
Peter Wu 2016-03-13 12:50:33 +01:00
parent 7f8110601e
commit a45540fd79
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ find_package(PythonInterp)
# Auto-detection of features that can be toggled
find_package(OpenSSL 1.0.1)
find_package(Libev 4.15)
find_package(Libev 4.11)
find_package(ZLIB 1.2.3)
if(OPENSSL_FOUND AND LIBEV_FOUND AND ZLIB_FOUND)
set(ENABLE_APP_DEFAULT ON)

View File

@ -63,7 +63,7 @@ To build and run the application programs (``nghttp``, ``nghttpd``,
are required:
* OpenSSL >= 1.0.1
* libev >= 4.15
* libev >= 4.11
* zlib >= 1.2.3
ALPN support requires OpenSSL >= 1.0.2 (released 22 January 2015).