summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-09-26 15:00:07 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-09-26 15:00:07 +0000
commita29c8950661ad11b47969f8ab83c2daacba5525d (patch)
tree8806e6aca75687bd951b8634895600effb725b08 /build
parent93cb2b22a7a696f6d973b1be75f3056e2493781f (diff)
downloadlibapr-a29c8950661ad11b47969f8ab83c2daacba5525d.tar.gz
Longer term Darwin/OSX solution... Assume Darwin 1?.*
works the same. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1390541 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 5999a81dc..4e062f433 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[[012]].*)
+ *-apple-darwin1?.*)
APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
;;
esac