Abort if user is <OS4.1 and no static version available.

Probably needs moving up to before the user has been asked for an install location

svn path=/trunk/netsurf/; revision=12895
This commit is contained in:
Chris Young 2011-09-26 21:50:39 +00:00
parent e90f794706
commit e3aceb4344

7
amiga/dist/Install vendored
View File

@ -332,6 +332,13 @@
(transcript "Versions avaiable for install: " #versions-available " " #static-name " " #cairo-name)
(if (= #versions-available 0)
(
(abort "Did not find any compatible versions of NetSurf to install!\n\n"
"NetSurf requires AmigaOS 4.1 or higher.")
)
)
(complete 10)
(if (AND (> @user-level 0) (> #versions-available 1))