From 264a19286eb6a00ad51f62df6749e81c8dec87ee Mon Sep 17 00:00:00 2001 From: wsanchez Date: Tue, 31 May 2005 21:19:42 +0000 Subject: Disable poll() on all Darwin versions for now, because it is either broken or weak sauce. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@179281 13f79535-47bb-0310-9956-ffa450edef68 --- build/apr_hints.m4 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build/apr_hints.m4 b/build/apr_hints.m4 index c26f1f096..48c035b7d 100644 --- a/build/apr_hints.m4 +++ b/build/apr_hints.m4 @@ -189,12 +189,7 @@ 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]) - case $host in - *-apple-darwin[[0-7]].*) - # http://issues.apache.org/bugzilla/show_bug.cgi?id=34332 - APR_SETIFNULL(ac_cv_func_poll, [no]) - ;; - esac + APR_SETIFNULL(ac_cv_func_poll, [no]) # See issue 34332 ;; *-dec-osf*) APR_ADDTO(CPPFLAGS, [-DOSF1]) -- cgit v1.2.1