summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-08-01 16:04:19 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-08-01 16:04:19 +0000
commit98322313f8986502e50fc53ad3066f99656192cf (patch)
treeaaff2015c0fcda5566898cdaeb968db25df20bba
parent363f08c7e0a01279c9d9cb7e8f3cda6606a65894 (diff)
downloadlibapr-98322313f8986502e50fc53ad3066f99656192cf.tar.gz
darwin-10/darwin-11
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1152850 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 1ad3b70ed..9cde0fef6 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[[01]].*)
APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
;;
esac