summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-12 19:17:01 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-12 19:17:01 +0000
commitcb5828d957cbabc1d4321bc97cb55c22cbc27bc4 (patch)
tree1d02f7178b5e58b7d0f2ea13ad496ba4ef3ae566 /configure.ac
parent271f014d30f2bf551c06ea24e2977a2551a9c7af (diff)
downloadATCD-cb5828d957cbabc1d4321bc97cb55c22cbc27bc4.tar.gz
ChangeLogTag: Sun Feb 12 19:07:39 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cd6b7728448..ce568117191 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7064,6 +7064,12 @@ else
AC_MSG_RESULT([none])
fi dnl PTHREAD DRAFT CHECKS
+if test "$ac_cv_func_pthread_getschedparam" = yes &&
+ test "$ac_cv_func_pthread_setschedparam" = yes; then
+ AC_DEFINE([ACE_HAS_PTHREAD_SCHEDPARAM], 1,
+ [Define to 1 if platform has pthread_{get,set}param])
+fi
+
dnl Check if we have UNIX International threads
AC_MSG_CHECKING([if a UNIX International thread library was found])
if test "$ace_has_sthreads" = yes; then