aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-30 20:48:11 +0200
committerBastien Bouclet2016-08-30 21:20:00 +0200
commit0ca22569b305c98b90d059cb127ebd7ffc0b6df1 (patch)
treee7df0175a38e407ec3eb8ba22479fe48cf2ce14f /configure
parentb00cb955d9eda9829aee00ac548389f555cab29e (diff)
downloadscummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.tar.gz
scummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.tar.bz2
scummvm-rg350-0ca22569b305c98b90d059cb127ebd7ffc0b6df1.zip
BUILD: Fix typos in find_libcurlconfig
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5975cf4457..328d2ad126 100755
--- a/configure
+++ b/configure
@@ -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