From 64677e9b908a5f6e30113f51675042ee3de71148 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 14 Sep 2009 23:44:49 +0000 Subject: [PATCH] Fix bug 595014 - MacOSX 10.6 (Snow Leopard) fails configure.in check Patch by David Reiser git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18315 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5195cce5a9..7f92805217 100644 --- a/configure.in +++ b/configure.in @@ -324,7 +324,7 @@ AC_SUBST(SED) 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])