diff options
author | Thierry Crozat | 2016-08-30 20:55:39 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-08-30 21:37:34 +0100 |
commit | 89ff116865dd3a1795f9b841c89e39be44bbe05b (patch) | |
tree | d5db7ab4bb291635007dbcac68f29a7cd196cd73 /configure | |
parent | f57fa7c1e0690a563bbf0cdfb82dcce455a111bd (diff) | |
download | scummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.tar.gz scummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.tar.bz2 scummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.zip |
CONFIGURE: Fix missing space in message when checking for cloud support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4216,7 +4216,7 @@ define_in_config_if_yes "$_libcurl" "USE_LIBCURL" # # Check whether to build cloud integration support # -echo_n "Cloud integration..." +echo_n "Cloud integration... " if test "$_cloud" = "no"; then echo "no" else |