summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-03-12 21:27:07 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-03-12 21:27:07 +0100
commit512202a88f683ef9b416b7f8d076eaef4e2aaee6 (patch)
tree3b8ea89bd3717459fe88cd6b97791835fbf8c1de /configure.in
parente10e81d1545be8248d87f4e39215b531098923ca (diff)
downloadmariadb-git-512202a88f683ef9b416b7f8d076eaef4e2aaee6.tar.gz
configure.in:
Restored accidently removed line to check for zlib
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 34da88c33a7..6c239e3a1e7 100644
--- a/configure.in
+++ b/configure.in
@@ -845,6 +845,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
+
#--------------------------------------------------------------------
# Check for TCP wrapper support
#--------------------------------------------------------------------