Update build dependencies and documentation

The libaio is not required by MaxScale so the check for it is no longer
needed.

Updated documentation to match the current requirements to build MaxScale.
This commit is contained in:
Markus Mäkelä
2017-03-15 10:09:53 +02:00
parent 5e39268e37
commit c4d08a6936
2 changed files with 14 additions and 17 deletions

View File

@ -44,11 +44,6 @@ check_include_files(time.h HAVE_TIME)
check_include_files(unistd.h HAVE_UNISTD)
# Check for libraries MaxScale depends on
find_library(HAVE_LIBAIO NAMES aio)
if(NOT HAVE_LIBAIO)
message(FATAL_ERROR "Could not find libaio")
endif()
find_library(HAVE_LIBSSL NAMES ssl)
if(NOT HAVE_LIBSSL)
message(FATAL_ERROR "Could not find libssl")