summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-24 20:57:02 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-24 20:57:02 +0000
commit047599320b03a14dbd5766f39a746d090451634a (patch)
tree77a653e4184b6ffe5175ba47db7330507d57e0d9 /build/apr_hints.m4
parent154f6b66bd6ca1a613a4a5f960ac1831ac41d38f (diff)
downloadlibapr-047599320b03a14dbd5766f39a746d090451634a.tar.gz
* build/apr_hints.m4: Disable use of POSIX process-shared mutexes on
Tru64 since they don't seem to be working. (these are selected as the default locking mechanism since the "mmap of /dev/zero" configure test was fixed!) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 30fce1616..4d74412ee 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -155,6 +155,8 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
*-dec-osf*)
APR_ADDTO(CPPFLAGS, [-DOSF1])
+ # process-shared mutexes don't seem to work in Tru64 5.0
+ APR_SETIFNULL(apr_cv_process_shared_works, [no])
;;
*-nto-qnx*)
;;