r18315 - gnucash/trunk - Fix bug 595014 - MacOSX 10.6 (Snow Leopard) fails configure.in check

Phil Longstaff plongstaff at code.gnucash.org
Mon Sep 14 19:44:49 EDT 2009


Author: plongstaff
Date: 2009-09-14 19:44:49 -0400 (Mon, 14 Sep 2009)
New Revision: 18315
Trac: http://svn.gnucash.org/trac/changeset/18315

Modified:
   gnucash/trunk/configure.in
Log:
Fix bug 595014 -  MacOSX 10.6 (Snow Leopard) fails configure.in check

Patch by David Reiser


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2009-09-14 23:38:56 UTC (rev 18314)
+++ gnucash/trunk/configure.in	2009-09-14 23:44:49 UTC (rev 18315)
@@ -324,7 +324,7 @@
 
 AC_MSG_CHECKING(for darwin)
 case $host_os in
-	rhapsody* | darwin1*)
+	rhapsody* | darwin[1567].*)
 		AC_MSG_RESULT([yes, but too old])
 		AC_MSG_ERROR([This platform is not supported, please
 update to latest  darwin])



More information about the gnucash-changes mailing list