[Scummvm-cvs-logs] SF.net SVN: scummvm: [20791] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Feb 20 07:17:04 CET 2006


Revision: 20791
Author:   fingolfin
Date:     2006-02-20 07:16:26 -0800 (Mon, 20 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20791&view=rev

Log Message:
-----------
Fixed indention (spaces -> tabs)

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-02-20 14:48:49 UTC (rev 20790)
+++ scummvm/trunk/configure	2006-02-20 15:16:26 UTC (rev 20791)
@@ -154,8 +154,8 @@
 	
 	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 @@
 #
 case $_host_os in
 os2-emx* )
-        SEPARATOR=";"
-        ;;
+	SEPARATOR=";"
+	;;
 * )
-        SEPARATOR=":"
-        ;;
+	SEPARATOR=":"
+	;;
 esac
 
 #
@@ -769,9 +769,9 @@
 			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"







More information about the Scummvm-git-logs mailing list