[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r179282 - /apr/apr/trunk/build/apr_hints.m4
From:       wsanchez () apache ! org
Date:       2005-05-31 21:19:55
Message-ID: 20050531211955.93189.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: wsanchez
Date: Tue May 31 14:19:55 2005
New Revision: 179282

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

Modified:
    apr/apr/trunk/build/apr_hints.m4

Modified: apr/apr/trunk/build/apr_hints.m4
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/build/apr_hints.m4?rev=179282&r1=179281&r2=179282&view=diff
 ==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Tue May 31 14:19:55 2005
@@ -189,12 +189,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])


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic