summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-08-01 12:02:00 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-08-01 12:02:00 +0000
commit191c135c4c85ff2afd35ca1e6a42fd34458e5815 (patch)
tree559468067ac16177a1d4a4944ff89fe3835b392a /build/apr_hints.m4
parentc870c16c59ad44f66355f2e69057300c2352bc08 (diff)
downloadlibapr-191c135c4c85ff2afd35ca1e6a42fd34458e5815.tar.gz
Update for Mountain Lion / OSX 10.8 / Darwin 12.x
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1367943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-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 e0ce05479..5cbeb7bc1 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