summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjani@a193-229-222-105.elisa-laajakaista.fi <>2005-11-23 14:57:00 +0200
committerjani@a193-229-222-105.elisa-laajakaista.fi <>2005-11-23 14:57:00 +0200
commit5273071265c894d3f4b01763955ac190ae855750 (patch)
treeee73c0781d75c64d0c74007e2d2a68f9de4b9a29 /config
parent35735cfefa15d36f100e790b570dd548230a58e8 (diff)
parent1343975dda2e5dc3f8dac4217a0b63b6db9812d6 (diff)
downloadmariadb-git-5273071265c894d3f4b01763955ac190ae855750.tar.gz
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/zlib.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/zlib.m4 b/config/ac-macros/zlib.m4
index 22cf9542cf0..ec55f19b98f 100644
--- a/config/ac-macros/zlib.m4
+++ b/config/ac-macros/zlib.m4
@@ -19,7 +19,7 @@ INCLUDES="$INCLUDES $ZLIB_INCLUDES"
LIBS="$LIBS $ZLIB_LIBS"
AC_CACHE_VAL([mysql_cv_compress],
[AC_TRY_LINK([#include <zlib.h>],
- [return compress(0, (unsigned long*) 0, "", 0);],
+ [return zlibCompileFlags();],
[mysql_cv_compress="yes"
AC_MSG_RESULT([ok])],
[mysql_cv_compress="no"])