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/09/26 16:59:55 UTC

svn commit: r1390540 - /apr/apr/branches/1.5.x/build/apr_hints.m4

Author: jim
Date: Wed Sep 26 14:59:55 2012
New Revision: 1390540

URL: http://svn.apache.org/viewvc?rev=1390540&view=rev
Log:
Longer term Darwin/OSX solution... Assume Darwin 1?.*
works the same.

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

Modified: apr/apr/branches/1.5.x/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/build/apr_hints.m4?rev=1390540&r1=1390539&r2=1390540&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/build/apr_hints.m4 (original)
+++ apr/apr/branches/1.5.x/build/apr_hints.m4 Wed Sep 26 14:59:55 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[[012]].*)
+            *-apple-darwin1?.*)
                 APR_ADDTO(CPPFLAGS, [-DDARWIN_10])
             ;;
         esac