return first sdl-config found in PATH

svn-id: r22193
This commit is contained in:
Willem Jan Palenstijn 2006-04-27 19:55:09 +00:00
parent cf13cf3a70
commit 6330e65852

3
configure vendored
View file

@ -163,7 +163,8 @@ find_sdlconfig()
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