summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2012-08-12 23:05:58 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2012-08-12 23:05:58 +0000
commit6426f05fea3a3e289483b3eeb4bcffab1cc5c5ca (patch)
treead9054f1f1d373d4532b7249aacc70ba4dac4836 /build
parent2adb42e0cc5d694931d5ebe20c94e11eaebbffe4 (diff)
downloadlibapr-6426f05fea3a3e289483b3eeb4bcffab1cc5c5ca.tar.gz
Merge r1089129 from trunk:
MinGW: Resolve paths to test DSOs and executables within the test suite. PR: 51021 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1372210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-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 5999a81dc..29f37712f 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -442,6 +442,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
APR_ADDTO(CPPFLAGS, [-DCYGWIN])
;;
*mingw*)
+ APR_ADDTO(INTERNAL_CPPFLAGS, -DBINPATH=$apr_builddir/test/.libs)
APR_ADDTO(CPPFLAGS, [-DWIN32 -D__MSVCRT__])
APR_ADDTO(LDFLAGS, [-Wl,--enable-auto-import,--subsystem,console])
APR_SETIFNULL(have_unicode_fs, [1])