summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-11-09 21:05:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-11-09 21:05:03 +0000
commit9baedcaeb8d262b760657ff68b9924fe89fba7a6 (patch)
tree467737b4bb8d15a6b0f2202f2b24ba7b097c796e /configure.in
parenteee2d658ed7dba06918fff85cb008a9ab0d86ffa (diff)
downloadATCD-9baedcaeb8d262b760657ff68b9924fe89fba7a6.tar.gz
ChangeLogTag:Tue Nov 9 14:57:51 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e8b0080e57b..1bac581d33e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl
dnl $Id$
-AC_REVISION($Revision 0.66 $)dnl
+AC_REVISION($Revision 0.67 $)dnl
dnl
dnl An autoconf script to automatically configure ACE.
@@ -954,7 +954,7 @@ dnl but is needed if sched_yield() is defined in one of the other libraries
dnl we check for.
ACE_SEARCH_LIBS(sched_yield, rt posix4, ace_has_sched_yield=yes,)dnl
-dnl Check for asynchronous IO calls
+dnl Check for asynchronous IO calls (perform check *after* thread check!)
ACE_CHECK_ASYNCH_IO
dnl Additional `-lposix4' library check since it may not be added by the
@@ -4109,7 +4109,7 @@ dnl sched_yield() is in the C library or perhaps in "-lposix4."
dnl We need to add other library checks in this script's "check libraries"
dnl section if it is in another library.
dnl AC_CHECK_FUNC(sched_yield,,) dnl
-dnl We already check for this during the library checks
+dnl We already check for this during the library checks.
dnl Check if platform has thread_self() rather than pthread_self()
ACE_CHECK_FUNC(pthread_self, pthread.h, dnl