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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Apr 27 12:56:18 CEST 2006


Revision: 22193
Author:   wjpalenstijn
Date:     2006-04-27 12:55:09 -0700 (Thu, 27 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22193&view=rev

Log Message:
-----------
return first sdl-config found in PATH

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-04-27 17:21:33 UTC (rev 22192)
+++ scummvm/trunk/configure	2006-04-27 19:55:09 UTC (rev 22193)
@@ -163,7 +163,8 @@
 			if test -x "$path_dir/$sdlconfig" ; then
 				_sdlconfig="$path_dir/$sdlconfig"
 				echo $_sdlconfig
-				break
+				# break at first sdl-config found in path
+				break 2
 			fi
 		done
 	done


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list