aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2006-02-20 15:16:26 +0000
committerMax Horn2006-02-20 15:16:26 +0000
commita24867339dc5cb3de47f108317ab8c871e643b46 (patch)
treec35d8fa34668a1b9c9590678db4a5c5b2326a07d /configure
parent7b28e4a4deec881ba55d07dc0a73c15cd861a7b3 (diff)
downloadscummvm-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-xconfigure18
1 files 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"