You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ws...@apache.org on 2005/05/31 23:19:02 UTC

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

Author: wsanchez
Date: Tue May 31 14:19:02 2005
New Revision: 179279

URL: http://svn.apache.org/viewcvs?rev=179279&view=rev
Log:
Disable poll() on all Darwin versions for now, because it is either broken or weak sauce.

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=179279&r1=179278&r2=179279&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 31 14:19:02 2005
@@ -164,12 +164,7 @@
     *-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])