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

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Sun Mar 23 12:46:55 CET 2008


Revision: 31227
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31227&view=rev
Author:   jvprat
Date:     2008-03-23 04:46:55 -0700 (Sun, 23 Mar 2008)

Log Message:
-----------
Patch #1923546: fix checking sdlconfig on OS/2 (supposing the files in path are executable)

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-03-23 11:24:23 UTC (rev 31226)
+++ scummvm/trunk/configure	2008-03-23 11:46:55 UTC (rev 31227)
@@ -235,7 +235,7 @@
 		#reset separator to parse sdlconfigs
 		IFS=":"
 		for sdlconfig in $sdlconfigs; do
-			if test -x "$path_dir/$sdlconfig" ; then
+			if test -f "$path_dir/$sdlconfig" ; then
 				_sdlconfig="$path_dir/$sdlconfig"
 				echo $_sdlconfig
 				# Save the prefix


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