summaryrefslogtreecommitdiff
path: root/m4/threads.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/threads.m4')
-rw-r--r--m4/threads.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/threads.m4 b/m4/threads.m4
index bfffd5ac02a..f6cd6cba36d 100644
--- a/m4/threads.m4
+++ b/m4/threads.m4
@@ -71,8 +71,7 @@ dnl AC_REQUIRE([AC_LANG])
AC_SEARCH_LIBS([thr_create], [thread],
[
ace_has_sthreads=yes
- AC_DEFINE([ACE_HAS_STHREADS], 1,
- [Define to 1 if platform has UNIX International Threads])
+ AC_DEFINE([ACE_HAS_STHREADS])
],
[
ace_has_sthreads=no
@@ -93,8 +92,7 @@ dnl AC_REQUIRE([AC_LANG])
ACE_CHECK_POSIX_THREADS(
[
ace_has_pthreads=yes
- AC_DEFINE([ACE_HAS_PTHREADS], 1,
- [Define to 1 if platform has POSIX threads])
+ AC_DEFINE([ACE_HAS_PTHREADS])
AC_MSG_RESULT([none required])
],
[])