BUILD: Fix typos in find_libcurlconfig
This commit is contained in:
parent
b00cb955d9
commit
0ca22569b3
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -457,9 +457,9 @@ find_libcurlconfig() {
|
||||||
# Save the prefix
|
# Save the prefix
|
||||||
_libcurlpath=$path_dir
|
_libcurlpath=$path_dir
|
||||||
if test `basename $path_dir` = bin ; then
|
if test `basename $path_dir` = bin ; then
|
||||||
_sdlpath=`dirname $path_dir`
|
_libcurlpath=`dirname $path_dir`
|
||||||
fi
|
fi
|
||||||
# break at first sdl-config found in path
|
# break at first curl-config found in path
|
||||||
break 2
|
break 2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue