summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 21:27:07 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 21:27:07 +0100
commit6f83533440f3ceacda2265ac0e0d45fb879330dc (patch)
tree3b8ea89bd3717459fe88cd6b97791835fbf8c1de /configure.in
parentd429f590111698d88cfece92c1f3e059af2be306 (diff)
downloadmariadb-git-6f83533440f3ceacda2265ac0e0d45fb879330dc.tar.gz
configure.in:
Restored accidently removed line to check for zlib 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
#--------------------------------------------------------------------