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 18:04:38 UTC

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

Author: jim
Date: Mon Aug  1 16:04:37 2011
New Revision: 1152852

URL: http://svn.apache.org/viewvc?rev=1152852&view=rev
Log:
darwin-10/darwin-11


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=1152852&r1=1152851&r2=1152852&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Mon Aug  1 16:04:37 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-darwin1[01].*)
+            *-apple-darwin1[[01]].*)
                 APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
             ;;
         esac