aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThierry Crozat2016-10-16 23:28:40 +0100
committerThierry Crozat2016-10-16 23:29:02 +0100
commita43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee (patch)
tree8f89e2a0989e6d61c833c91feb57b738a9d179ca /configure
parent873515a7be7c22327921bf957225e78e4dd6b242 (diff)
downloadscummvm-rg350-a43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee.tar.gz
scummvm-rg350-a43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee.tar.bz2
scummvm-rg350-a43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee.zip
CONFIGURE: Disable libcurl and sdlnet when using --disable-cloud
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index b22a7e68c0..6c2bf46a84 100755
--- a/configure
+++ b/configure
@@ -3350,6 +3350,14 @@ esac
append_var MODULES "backends/platform/$_backend"
#
+# Disasble use of SDL_net and libcurl is cloud is disabled
+#
+if test "$_cloud" = no ; then
+ _sdlnet=no;
+ _libcurl=no;
+fi
+
+#
# Setup SDL specifics for SDL based backends
#
case $_backend in