diff options
author | Willem Jan Palenstijn | 2017-10-28 19:18:24 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2017-10-29 00:05:51 +0200 |
commit | 0bcaf623aa262d0524109b411106db114d327356 (patch) | |
tree | 47ae01ad28303058ffddf5d4fef0170e03fba69a | |
parent | bef5629519617d64f2fb1f71406a4cfc75b63154 (diff) | |
download | scummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.tar.gz scummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.tar.bz2 scummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.zip |
CONFIGURE: Add missing --with-libcurl-prefix option
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |