summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-05-25 06:26:53 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-05-25 06:26:53 +0000
commitd1946b1fd46643e6681397672b4589b151f3f32d (patch)
treec6d2d4f58c8d90a3b119c481185814a699576e73
parentd04758c48f32436304062e35b571ae9e6cc2dce0 (diff)
downloadlibapr-d1946b1fd46643e6681397672b4589b151f3f32d.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/0.9.x@178389 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 54bd8de4a..cd3d2831d 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -164,6 +164,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])