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
This commit is contained in:
Phil Longstaff 2009-09-14 23:44:49 +00:00
parent 41950b6070
commit 64677e9b90

View File

@ -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])