From: Date: December 4 2007 8:27pm Subject: bk commit into 5.1 tree (kent:1.2628) BUG#18322 List-Archive: http://lists.mysql.com/commits/39242 X-Bug: 18322 Message-Id: <20071204192713.AA9E3CB8187@kent-amd64.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of kent. When kent 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@stripped, 2007-12-04 20:27:08+01:00, kent@stripped +1 -0 configure.in: Removed the auto detection and use of Solaris "libmtmalloc", as it cause regression on bug#18322. The code removed also prevented a build without using this library. Users can still compile with "libmtmalloc", if configuring with "--with-mysqld-libs=-lmtmalloc" configure.in@stripped, 2007-12-04 20:23:19+01:00, kent@stripped +0 -1 Removed the auto detection and use of Solaris "libmtmalloc", as it cause regression on bug#18322. The code removed also prevented a build without using this library. Users can still compile with "libmtmalloc", if configuring with "--with-mysqld-libs=-lmtmalloc" diff -Nrup a/configure.in b/configure.in --- a/configure.in 2007-11-28 19:49:22 +01:00 +++ b/configure.in 2007-12-04 20:23:19 +01:00 @@ -789,7 +789,6 @@ AC_CHECK_LIB(m, floor, [], AC_CHECK_LIB( AC_CHECK_LIB(nsl_r, gethostbyname_r, [], AC_CHECK_LIB(nsl, gethostbyname_r)) AC_CHECK_FUNC(gethostbyname_r) -AC_CHECK_LIB(mtmalloc, malloc) AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) AC_CHECK_FUNC(yp_get_default_domain, ,