aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2016-08-30 20:55:39 +0100
committerThierry Crozat2016-08-30 21:37:34 +0100
commit89ff116865dd3a1795f9b841c89e39be44bbe05b (patch)
treed5db7ab4bb291635007dbcac68f29a7cd196cd73
parentf57fa7c1e0690a563bbf0cdfb82dcce455a111bd (diff)
downloadscummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.tar.gz
scummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.tar.bz2
scummvm-rg350-89ff116865dd3a1795f9b841c89e39be44bbe05b.zip
CONFIGURE: Fix missing space in message when checking for cloud support
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aa11d6734e..e74b7485ec 100755
--- a/configure
+++ b/configure
@@ -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