aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2007-10-30 22:57:26 +0000
committerJohannes Schickel2007-10-30 22:57:26 +0000
commitbdacda3d7090f6bdaaf0c256d283b2b8572c2bb8 (patch)
tree4b6dc47963b30ecbedd9d4e08376292eb9c85a34
parent2a1c68b8a683333616a6373b01adb71b17aab8eb (diff)
downloadscummvm-rg350-bdacda3d7090f6bdaaf0c256d283b2b8572c2bb8.tar.gz
scummvm-rg350-bdacda3d7090f6bdaaf0c256d283b2b8572c2bb8.tar.bz2
scummvm-rg350-bdacda3d7090f6bdaaf0c256d283b2b8572c2bb8.zip
Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini instead of .scummvmrc on AmigaOS again.
svn-id: r29333
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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"