summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@kent-amd64.(none)>2007-03-12 13:29:11 +0100
committerunknown <kent@kent-amd64.(none)>2007-03-12 13:29:11 +0100
commite5ec52414c33ab8956542a1cba0e8bdb4fd43491 (patch)
tree5061b7d8da5dd04e910dd576401aa3efe9bf1196 /configure.in
parentd2499e2dd1874ce62f4ff6d78b77be8e7e8e5480 (diff)
parentdeeb3ee4258852940e48b0b7b950bc5e951831b4 (diff)
downloadmariadb-git-e5ec52414c33ab8956542a1cba0e8bdb4fd43491.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build configure.in: Auto merged mysys/Makefile.am: Auto merged BitKeeper/deleted/.del-mysys.dsp~32695fee91189326: Auto merged BitKeeper/deleted/.del-mysys.vcproj~40a49d09c4184822: Auto merged BitKeeper/deleted/.del-mysys_ia64.dsp~7a98bd8cd01d3043: Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 9581b5ac46a..680c2c7508c 100644
--- a/configure.in
+++ b/configure.in
@@ -739,10 +739,6 @@ 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]))
-# For sem_xxx functions on Solaris 2.6
-AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(posix4, sem_init))
-MYSQL_CHECK_ZLIB_WITH_COMPRESS
-
# For large pages support
if test "$TARGET_LINUX" = "true"
then