summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-14 18:18:47 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-14 18:18:47 +0000
commit39b997a69fc454c40a08de6153eba9b5f8d00495 (patch)
tree80b465bba403d01a717996e4173cd4ec5030f8c9 /build/apr_hints.m4
parent25578dbfa99febbc85ab48292158bfa947ae5bfe (diff)
downloadlibapr-39b997a69fc454c40a08de6153eba9b5f8d00495.tar.gz
Provide suitable hints to autoconf that mingw (Win32)'s process locks and
mutexes are global. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@421976 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 90b954e8d..4443af72a 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -436,6 +436,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
fi
APR_ADDTO(LDFLAGS, [-Wl,--enable-auto-import,--subsystem,console])
APR_SETIFNULL(apr_lock_method, [win32])
+ APR_SETIFNULL(apr_process_lock_is_global, [yes])
APR_SETIFNULL(have_unicode_fs, [1])
APR_SETIFNULL(have_proc_invoked, [1])
APR_SETIFNULL(apr_cv_use_lfs64, [yes])