aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2017-10-28 19:18:24 +0200
committerWillem Jan Palenstijn2017-10-29 00:05:51 +0200
commit0bcaf623aa262d0524109b411106db114d327356 (patch)
tree47ae01ad28303058ffddf5d4fef0170e03fba69a
parentbef5629519617d64f2fb1f71406a4cfc75b63154 (diff)
downloadscummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.tar.gz
scummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.tar.bz2
scummvm-rg350-0bcaf623aa262d0524109b411106db114d327356.zip
CONFIGURE: Add missing --with-libcurl-prefix option
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
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"