diff options
author | kent@kent-amd64.(none) <> | 2007-03-12 21:29:48 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-03-12 21:29:48 +0100 |
commit | abde3576d6240c71d3aa031a82f941aaae075490 (patch) | |
tree | bf59de33b61f023a70932abb6e444b0b68f8a424 /configure.in | |
parent | 757774431d98a70465b79fcf5fa2bc488229f51d (diff) | |
parent | d6476788fe3d2415d597c34bf3baf22f5e51a586 (diff) | |
download | mariadb-git-abde3576d6240c71d3aa031a82f941aaae075490.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 680c2c7508c..9739a1017b9 100644 --- a/configure.in +++ b/configure.in @@ -739,6 +739,8 @@ AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind)) # Check if crypt() exists in libc or libcrypt, sets LIBS if needed AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt])) +MYSQL_CHECK_ZLIB_WITH_COMPRESS + # For large pages support if test "$TARGET_LINUX" = "true" then |