From bdacda3d7090f6bdaaf0c256d283b2b8572c2bb8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 30 Oct 2007 22:57:26 +0000 Subject: Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini instead of .scummvmrc on AmigaOS again. svn-id: r29333 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 9f6fd94707..9ab3c85789 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3