aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"