summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-09-26 14:59:43 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2012-09-26 14:59:43 +0000
commit8e6671871919b5955b123eccb5713cb8676dfc30 (patch)
treec370d589be63461ca905522b307eb91c9186802b /build
parentb0307153cf0653da73fa2cb91f46b1c8dbb46d3d (diff)
downloadlibapr-8e6671871919b5955b123eccb5713cb8676dfc30.tar.gz
Longer term Darwin/OSX solution... Assume Darwin 1?.*
works the same. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1390539 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 5cbeb7bc1..62b7132c4 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