summaryrefslogtreecommitdiff
path: root/build/aprenv.py
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-03-09 00:18:15 +0000
committerPaul Querna <pquerna@apache.org>2009-03-09 00:18:15 +0000
commit62a1530bbe5d962551e09bc4bd0ed3db7783974f (patch)
treec0ca3426c47aa82b552ec975f5ea1dae1f7da116 /build/aprenv.py
parent92fec46a673830e1031df58bcf811418bea991ab (diff)
downloadapr-62a1530bbe5d962551e09bc4bd0ed3db7783974f.tar.gz
SCons: Add test for proc_mutex_is_global.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@751561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/aprenv.py')
-rw-r--r--build/aprenv.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/aprenv.py b/build/aprenv.py
index 58b273834..c9490274a 100644
--- a/build/aprenv.py
+++ b/build/aprenv.py
@@ -579,6 +579,9 @@ class APREnv(Environment):
subst['@have_sockaddr_un@'] = 0
subst['@proc_mutex_is_global@'] = 0
+ if self['PLATFORM'] in ['os2', 'beos', 'win32', 'cygwin']:
+ subst['@proc_mutex_is_global@'] = 1
+
subst['@hasprocpthreadser@'] = 0
subst['@havemmaptmp@'] = 0