summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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