summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-08-01 12:01:44 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-08-01 12:01:44 +0000
commitc1a71f20d78a25b243aa11c610cc71e2a755d34b (patch)
treefd5d4d58da2d492802f886ed1745a15587b9b4df /build
parent570c58eafa12a32125fe0711cd13ded5edcf5300 (diff)
downloadlibapr-c1a71f20d78a25b243aa11c610cc71e2a755d34b.tar.gz
Update for Mountain Lion / OSX 10.8 / Darwin 12.x
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1367942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 2782feeea..5999a81dc 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -203,7 +203,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
APR_SETIFNULL(ac_cv_func_kqueue, [no])
APR_SETIFNULL(ac_cv_func_poll, [no]) # See issue 34332
;;
- *-apple-darwin1[[01]].*)
+ *-apple-darwin1[[012]].*)
APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
;;
esac