summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2005-05-31 21:19:02 +0000
committerwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2005-05-31 21:19:02 +0000
commit417d4d3e5ecc7039a321cd95395bee4a343fd9e2 (patch)
treecc20620e18fcecb3d8e55ab880ba0c48f9ae7961
parent1d49eedf99d30314c341cef6cbd8145fd099ca82 (diff)
downloadlibapr-417d4d3e5ecc7039a321cd95395bee4a343fd9e2.tar.gz
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/0.9.x@179279 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apr_hints.m47
1 files changed, 1 insertions, 6 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 82694fdc4..3955e71dd 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -164,12 +164,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])