From 0ca22569b305c98b90d059cb127ebd7ffc0b6df1 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 30 Aug 2016 20:48:11 +0200 Subject: BUILD: Fix typos in find_libcurlconfig --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3