You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2011/08/01 17:58:26 UTC

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

Author: jim
Date: Mon Aug  1 15:58:25 2011
New Revision: 1152847

URL: http://svn.apache.org/viewvc?rev=1152847&view=rev
Log:
Also for OSX 10.7

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

Modified: apr/apr/trunk/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_hints.m4?rev=1152847&r1=1152846&r2=1152847&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Mon Aug  1 15:58:25 2011
@@ -203,7 +203,7 @@ dnl	       # Not a problem in 10.20.  Ot
                 APR_SETIFNULL(ac_cv_func_kqueue, [no]) 
                 APR_SETIFNULL(ac_cv_func_poll, [no]) # See issue 34332
             ;;
-            *-apple-darwin10.*)
+            *-apple-darwin1[01].*)
                 APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
             ;;
         esac