summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-03-14 14:31:44 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-03-14 14:31:44 +0100
commit201e58d14ef5efb708bbf9f73abbbcf2a941c665 (patch)
tree147f95f064c04978e748cdde33f72ceaefc1abdc /configure.in
parentaea42a54443325d37e86e77150d82eb79dd31568 (diff)
parente51c32f0b7296f3ab288e5cc9cd90d479b106cfa (diff)
downloadmariadb-git-201e58d14ef5efb708bbf9f73abbbcf2a941c665.tar.gz
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 86099c3fce9..53f666bad00 100644
--- a/configure.in
+++ b/configure.in
@@ -778,6 +778,9 @@ 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 the sched_yield() function on Solaris
+AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield))
+
MYSQL_CHECK_ZLIB_WITH_COMPRESS
# For large pages support