mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
BUILD: Fix typos in find_libcurlconfig
This commit is contained in:
parent
b00cb955d9
commit
0ca22569b3
4
configure
vendored
4
configure
vendored
@ -457,9 +457,9 @@ find_libcurlconfig() {
|
||||
# Save the prefix
|
||||
_libcurlpath=$path_dir
|
||||
if test `basename $path_dir` = bin ; then
|
||||
_sdlpath=`dirname $path_dir`
|
||||
_libcurlpath=`dirname $path_dir`
|
||||
fi
|
||||
# break at first sdl-config found in path
|
||||
# break at first curl-config found in path
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user