summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-05-25 06:25:42 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-05-25 06:25:42 +0000
commita82c390fad463f59abc1d9fda85f59670e8a8e2a (patch)
tree3517d72d48c12eb0147ddcd897ca82d7c4a5d032
parent3238822623e4ed450b2b9028f96436abb35e7853 (diff)
downloadlibapr-a82c390fad463f59abc1d9fda85f59670e8a8e2a.tar.gz
Merge r178386 from trunk:
* build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin. PR: 34332, 29985 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@178387 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apr_hints.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 437d294a6..1f304f160 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -189,6 +189,8 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
*-apple-darwin*)
APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp])
APR_SETIFNULL(apr_posixsem_is_global, [yes])
+ # http://issues.apache.org/bugzilla/show_bug.cgi?id=34332
+ APR_SETIFNULL(ac_cv_func_poll, [no])
;;
*-dec-osf*)
APR_ADDTO(CPPFLAGS, [-DOSF1])