diff options
author | Eugene Sandulenko | 2016-10-17 18:45:12 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-17 18:55:22 +0200 |
commit | e8b70a4686916774a1bf499c9c3136e3052b6b43 (patch) | |
tree | 93ca440db8e01bf53376909ebb5670f961613c8b /configure | |
parent | d3c173da7aa3ffcb62243816bd74ccb4ca3ec5b2 (diff) | |
download | scummvm-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-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |