From a43692f884eb2600c4e7ee0a1b60e2d3fb9f00ee Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 16 Oct 2016 23:28:40 +0100 Subject: CONFIGURE: Disable libcurl and sdlnet when using --disable-cloud --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure') diff --git a/configure b/configure index b22a7e68c0..6c2bf46a84 100755 --- a/configure +++ b/configure @@ -3349,6 +3349,14 @@ case $_backend in 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 # -- cgit v1.2.3