From 0bcaf623aa262d0524109b411106db114d327356 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 28 Oct 2017 19:18:24 +0200 Subject: CONFIGURE: Add missing --with-libcurl-prefix option --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index 49c02824a1..08480b76c8 100755 --- a/configure +++ b/configure @@ -1065,6 +1065,8 @@ Optional Libraries: --with-sdlnet-prefix=DIR prefix where SDL_Net is installed (optional) --disable-sdlnet disable SDL_Net networking library [autodetect] + + --with-libcurl-prefix=DIR prefix where libcurl is installed (optional) --disable-libcurl disable libcurl networking library [autodetect] Some influential environment variables: @@ -1315,6 +1317,10 @@ for ac_option in $@; do arg=`echo $ac_option | cut -d '=' -f 2` _freetypepath="$arg:$arg/bin" ;; + --with-libcurl-prefix=*) + arg=`echo $ac_option | cut -d '=' -f 2` + _libcurlpath="$arg:$arg/bin" + ;; --with-nasm-prefix=*) arg=`echo $ac_option | cut -d '=' -f 2` _nasmpath="$arg:$arg/bin" -- cgit v1.2.3