aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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