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