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 2012/08/01 13:59:41 UTC

svn commit: r1367941 - /apr/apr/branches/1.4.x/build/apr_hints.m4

Author: jim
Date: Wed Aug  1 11:59:40 2012
New Revision: 1367941

URL: http://svn.apache.org/viewvc?rev=1367941&view=rev
Log:
Update for Mountain Lion / OSX 10.8 / Darwin 12.x

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

Modified: apr/apr/branches/1.4.x/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/build/apr_hints.m4?rev=1367941&r1=1367940&r2=1367941&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/build/apr_hints.m4 (original)
+++ apr/apr/branches/1.4.x/build/apr_hints.m4 Wed Aug  1 11:59:40 2012
@@ -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-darwin1[[01]].*)
+            *-apple-darwin1[[012]].*)
                 APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
             ;;
         esac