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/05/26 19:21:19 UTC

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

Author: pquerna
Date: Thu May 26 10:21:17 2005
New Revision: 178653

URL: http://svn.apache.org/viewcvs?rev=178653&view=rev
Log:
- Fix darwin version matching

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=178653&r1=178652&r2=178653&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Thu May 26 10:21:17 2005
@@ -190,7 +190,7 @@
 	APR_ADDTO(CPPFLAGS, [-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp])
 	APR_SETIFNULL(apr_posixsem_is_global, [yes])
         case $host in
-            *-apple-darwin[[0-7]]*)
+            *-apple-darwin[[0-7]].*)
                 # http://issues.apache.org/bugzilla/show_bug.cgi?id=34332
                 APR_SETIFNULL(ac_cv_func_poll, [no])
                 ;;