List:Internals« Previous MessageNext Message »
From:pem Date:November 21 2005 3:10pm
Subject:bk commit into 5.0 tree (pem:1.1979)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of pem. When pem does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1979 05/11/21 16:05:40 pem@stripped +1 -0
  Check for zlib with a zzlibCompileFlags() function in config/ac-macros/zlib.m4.
  (Patch provided by serg)

  config/ac-macros/zlib.m4
    1.5 05/11/21 16:05:33 pem@stripped +1 -1
    Check for zlib with a zzlibCompileFlags() function.
    This makes it pick the bundled zlib if there's an old installed version
    (which wouldn't work).

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	pem
# Host:	mysql.comhem.se
# Root:	/usr/home/pem/bug13729/mysql-5.0

--- 1.4/config/ac-macros/zlib.m4	2005-11-01 20:48:57 +01:00
+++ 1.5/config/ac-macros/zlib.m4	2005-11-21 16:05:33 +01:00
@@ -19,7 +19,7 @@
 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"])
Thread
bk commit into 5.0 tree (pem:1.1979)pem21 Nov