You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2005/05/25 08:26:53 UTC

svn commit: r178389 - /apr/apr/branches/0.9.x/build/apr_hints.m4

Author: jorton
Date: Tue May 24 23:26:53 2005
New Revision: 178389

URL: http://svn.apache.org/viewcvs?rev=178389&view=rev
Log:
Merge r178386 from trunk:

* build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin.

PR: 34332, 29985

Modified:
    apr/apr/branches/0.9.x/build/apr_hints.m4

Modified: apr/apr/branches/0.9.x/build/apr_hints.m4
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/build/apr_hints.m4?rev=178389&r1=178388&r2=178389&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/build/apr_hints.m4 (original)
+++ apr/apr/branches/0.9.x/build/apr_hints.m4 Tue May 24 23:26:53 2005
@@ -164,6 +164,8 @@
     *-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])