BUILD: Fix typos in find_libcurlconfig

This commit is contained in:
Bastien Bouclet 2016-08-30 20:48:11 +02:00
parent b00cb955d9
commit 0ca22569b3

4
configure vendored
View File

@ -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