diff options
author | Max Horn | 2006-02-20 15:16:26 +0000 |
---|---|---|
committer | Max Horn | 2006-02-20 15:16:26 +0000 |
commit | a24867339dc5cb3de47f108317ab8c871e643b46 (patch) | |
tree | c35d8fa34668a1b9c9590678db4a5c5b2326a07d /configure | |
parent | 7b28e4a4deec881ba55d07dc0a73c15cd861a7b3 (diff) | |
download | scummvm-rg350-a24867339dc5cb3de47f108317ab8c871e643b46.tar.gz scummvm-rg350-a24867339dc5cb3de47f108317ab8c871e643b46.tar.bz2 scummvm-rg350-a24867339dc5cb3de47f108317ab8c871e643b46.zip |
Fixed indention (spaces -> tabs)
svn-id: r20791
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -154,8 +154,8 @@ find_sdlconfig() IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR" for path_dir in $_sdlpath; do - #reset separator to parse sdlconfigs - IFS=":" + #reset separator to parse sdlconfigs + IFS=":" for sdlconfig in $sdlconfigs; do if test -x "$path_dir/$sdlconfig" ; then _sdlconfig="$path_dir/$sdlconfig" @@ -518,11 +518,11 @@ esac # case $_host_os in os2-emx* ) - SEPARATOR=";" - ;; + SEPARATOR=";" + ;; * ) - SEPARATOR=":" - ;; + SEPARATOR=":" + ;; esac # @@ -769,9 +769,9 @@ else LIBS="$LIBS -mno-cygwin -lmingw32 -lwinmm" OBJS="$OBJS scummvmico.o" ;; - os2-emx*) - DEFINES="$DEFINES -DUNIX" - ;; + os2-emx*) + DEFINES="$DEFINES -DUNIX" + ;; # given this is a shell script assume some type of unix *) echo "WARNING: could not establish system type, assuming unix like" |