summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-13 08:17:33 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2006-07-13 08:17:33 +0000
commitd643d0ee456f9aa0972e9c5b7467864623756b10 (patch)
tree4fb64bc949049e09afc40702b157d7de22d7092a /build/apr_hints.m4
parentfe54634d698def66b935762348cc8a5bfd6db689 (diff)
downloadlibapr-d643d0ee456f9aa0972e9c5b7467864623756b10.tar.gz
Move some of the mingw-specific checks into the hints m4 file instead.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@421539 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 6eb79794e..7a69c42a0 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -424,6 +424,8 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
*mingw*)
APR_ADDTO(LDFLAGS, [-Wl,--enable-auto-import,--subsystem,console])
+ APR_SETIFNULL(apr_lock_method, [win32])
+ APR_SETIFNULL(have_unicode_fs, [1])
;;
esac