diff options
author | Bastien Bouclet | 2016-08-30 20:48:11 +0200 |
---|---|---|
committer | Bastien Bouclet | 2016-08-30 21:20:00 +0200 |
commit | 0ca22569b305c98b90d059cb127ebd7ffc0b6df1 (patch) | |
tree | e7df0175a38e407ec3eb8ba22479fe48cf2ce14f | |
parent | b00cb955d9eda9829aee00ac548389f555cab29e (diff) | |
download | scummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.tar.gz scummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.tar.bz2 scummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.zip |
BUILD: Fix typos in find_libcurlconfig
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |