aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-17 18:45:12 +0200
committerEugene Sandulenko2016-10-17 18:55:22 +0200
commite8b70a4686916774a1bf499c9c3136e3052b6b43 (patch)
tree93ca440db8e01bf53376909ebb5670f961613c8b /configure
parentd3c173da7aa3ffcb62243816bd74ccb4ca3ec5b2 (diff)
downloadscummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.tar.gz
scummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.tar.bz2
scummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.zip
ALL: Fix compilation with disabled cloud but enabled libcurl
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 6c2bf46a84..b22a7e68c0 100755
--- a/configure
+++ b/configure
@@ -3350,14 +3350,6 @@ 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