Ticket #8844: sdlconfig.diff

File sdlconfig.diff, 416 bytes (added by SF/lvzuufx, 16 years ago)

patch for checking sdlconfig script

Line 
1--- configure.org 2007-08-04 11:57:26.000000000 +0900
2+++ configure 2008-03-23 12:23:30.000000000 +0900
3@@ -182,7 +182,7 @@
4 #reset separator to parse sdlconfigs
5 IFS=":"
6 for sdlconfig in $sdlconfigs; do
7- if test -x "$path_dir/$sdlconfig" ; then
8+ if test -f "$path_dir/$sdlconfig" ; then
9 _sdlconfig="$path_dir/$sdlconfig"
10 echo $_sdlconfig
11 # break at first sdl-config found in path