summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-05-09 19:42:33 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-05-09 19:42:33 +0000
commit74aabce9abf3633ad7449ab1e77e1aa19eaabbef (patch)
treef43db39d8432421290cc660571cadd51997d00a5 /build/apr_hints.m4
parentcc470704f31a83ed42bb1b550fc8872a33c8180d (diff)
downloadlibapr-74aabce9abf3633ad7449ab1e77e1aa19eaabbef.tar.gz
AIX: Global mutexes don't need an intraprocess mutex when SysV
sems are used for the crossprocess mutex. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index d50b79bf0..cc101ff81 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -62,6 +62,7 @@ if test "x$apr_preload_done" != "xyes" ; then
APR_ADDTO(CFLAGS, [-qHALT=E])
fi
APR_SETIFNULL(apr_iconv_inbuf_const, [1])
+ APR_SETIFNULL(apr_sysvsem_is_global, [yes])
APR_ADDTO(LDFLAGS, [-Wl,-brtl])
;;
*-apollo-*)