From a82c390fad463f59abc1d9fda85f59670e8a8e2a Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 25 May 2005 06:25:42 +0000 Subject: 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 --- build/apr_hints.m4 | 2 ++ 1 file changed, 2 insertions(+) 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]) -- cgit v1.2.1