CONFIGURE: Disable libcurl and sdlnet when using --disable-cloud

This commit is contained in:
Thierry Crozat 2016-10-16 23:28:40 +01:00
parent 873515a7be
commit a43692f884

8
configure vendored
View File

@ -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
#