summaryrefslogtreecommitdiff
path: root/ACE/m4/ace.m4
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-08-04 22:09:01 +0000
committerSteve Huston <shuston@riverace.com>2007-08-04 22:09:01 +0000
commite3a0f8749c7d6297dd21c8a981313d90a25d429e (patch)
tree2a5c55e0a1cce2db112c431e88e4683aa35ce7b0 /ACE/m4/ace.m4
parent2b8f52c6267c8cc522f5cf7a9e4a9e977e957d28 (diff)
downloadATCD-e3a0f8749c7d6297dd21c8a981313d90a25d429e.tar.gz
ChangeLogTag:Sat Aug 4 22:07:05 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/m4/ace.m4')
-rw-r--r--ACE/m4/ace.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/m4/ace.m4 b/ACE/m4/ace.m4
index 4d91810008d..242f277ff53 100644
--- a/ACE/m4/ace.m4
+++ b/ACE/m4/ace.m4
@@ -266,6 +266,21 @@ AC_DEFUN([ACE_CONFIGURATION_OPTIONS],
AC_DEFINE([ACE_HAS_POSITION_INDEPENDENT_POINTERS])
])
+ AC_ARG_ENABLE([posix-sem-timeout-emulation],
+ AS_HELP_STRING(--enable-posix-sem-timeout-emulation,enable POSIX semaphore timeout emulation [[[no]]]),
+ [
+ case "${enableval}" in
+ yes)
+ AC_DEFINE([ACE_DISABLE_POSIX_SEM_TIMEOUT_EMULATION])
+ ;;
+ no)
+ ;;
+ *)
+ AC_MSG_ERROR([bad value ${enableval} for --enable-posix-sem-timeout-emulation])
+ ;;
+ esac
+ ],)
+
AC_ARG_ENABLE([probe],
AS_HELP_STRING(--enable-probe,enable ACE_Timeprobes [[[no]]]),
[