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

svn commit: r232572 - /apr/apr/trunk/build/apr_hints.m4

Author: pquerna
Date: Sat Aug 13 20:11:46 2005
New Revision: 232572

URL: http://svn.apache.org/viewcvs?rev=232572&view=rev
Log:
Disable KQueue on OSX/Darwin.

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=232572&r1=232571&r2=232572&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Sat Aug 13 20:11:46 2005
@@ -190,6 +190,8 @@
 	APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp])
 	APR_SETIFNULL(apr_posixsem_is_global, [yes])
         APR_SETIFNULL(ac_cv_func_poll, [no]) # See issue 34332
+        # Broken in 10.4.x
+        APR_SETIFNULL(ac_cv_func_kqueue, [no]) 
 	;;
     *-dec-osf*)
 	APR_ADDTO(CPPFLAGS, [-DOSF1])