CONFIGURE: Fix missing space in message when checking for cloud support

This commit is contained in:
Thierry Crozat 2016-08-30 20:55:39 +01:00
parent f57fa7c1e0
commit 89ff116865

2
configure vendored
View File

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