From a24867339dc5cb3de47f108317ab8c871e643b46 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 20 Feb 2006 15:16:26 +0000 Subject: Fixed indention (spaces -> tabs) svn-id: r20791 --- configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configure b/configure index d02313aea2..fa50895deb 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3