1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

fixes for buildbot.

increase the version.
This commit is contained in:
Sergei Golubchik
2013-04-21 09:38:54 -07:00
parent b44f11c994
commit 88b89aaa82
5 changed files with 29 additions and 14 deletions

View File

@@ -51,7 +51,6 @@ MACRO (MYSQL_CHECK_ZLIB_WITH_COMPRESS)
IF(WITH_ZLIB STREQUAL "bundled")
MYSQL_USE_BUNDLED_ZLIB()
ELSE()
SET(ZLIB_FIND_QUIETLY TRUE)
INCLUDE(FindZLIB)
IF(ZLIB_FOUND)
INCLUDE(CheckFunctionExists)