Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini instead of .scummvmrc on AmigaOS again.

svn-id: r29333
This commit is contained in:
Johannes Schickel 2007-10-30 22:57:26 +00:00
parent 2a1c68b8a6
commit bdacda3d70

3
configure vendored
View File

@ -831,6 +831,9 @@ case $_host_os in
mint*)
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
;;
amigaos*)
# TODO: anything to be added here?
;;
# given this is a shell script assume some type of unix
*)
echo "WARNING: could not establish system type, assuming unix like"