return first sdl-config found in PATH
svn-id: r22193
This commit is contained in:
parent
cf13cf3a70
commit
6330e65852
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue