summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 13:15:11 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 13:15:11 +0100
commitd4d8d132ebdd7d171e15f6dd8a224270748b11be (patch)
tree5068c9a5d62bf06ae4ade775f50ab6e149951768 /configure.in
parent0fcd9c2bfb68e8c2078e975d69cb25992324fe13 (diff)
parent32b370bb7f561a6623c1d0e028331250d6936b0a (diff)
downloadmariadb-git-d4d8d132ebdd7d171e15f6dd8a224270748b11be.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-4.0
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build include/Makefile.am: 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 6b8a78615c3..34da88c33a7 100644
--- a/configure.in
+++ b/configure.in
@@ -845,10 +845,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
-
#--------------------------------------------------------------------
# Check for TCP wrapper support
#--------------------------------------------------------------------