summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 13:22:02 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-03-12 13:22:02 +0100
commitdeeb3ee4258852940e48b0b7b950bc5e951831b4 (patch)
treef1eb3ac56ebb042ac46ccacf30780dbba5e96b9b /configure.in
parent3c8117277601c48a86302ec40dc789a468a425c9 (diff)
parentd429f590111698d88cfece92c1f3e059af2be306 (diff)
downloadmariadb-git-deeb3ee4258852940e48b0b7b950bc5e951831b4.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build VC++Files/mysys/mysys.vcproj: Auto merged VC++Files/mysys/mysys_ia64.dsp: Auto merged mysys/Makefile.am: Auto merged BitKeeper/deleted/.del-my_semaphore.c: Auto merged VC++Files/mysys/mysys.dsp: SCCS 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 6d90b613bac..10bfe7c6aae 100644
--- a/configure.in
+++ b/configure.in
@@ -778,10 +778,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