summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-08-01 15:57:56 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-08-01 15:57:56 +0000
commit363f08c7e0a01279c9d9cb7e8f3cda6606a65894 (patch)
treef78b0a988a2fd0d221d5204158cb97e27382ecf3
parentf6ae0f08b7d34b91c97023d9ba3948f8d53b7eb7 (diff)
downloadlibapr-363f08c7e0a01279c9d9cb7e8f3cda6606a65894.tar.gz
Also for OSX 10.7
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1152844 13f79535-47bb-0310-9956-ffa450edef68
-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 f638d1108..1ad3b70ed 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-darwin10.*)
+ *-apple-darwin1[01].*)
APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
;;
esac