aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 22 insertions, 0 deletions
diff --git a/configure b/configure
index 9c3da0a214..8b6068b44a 100755
--- a/configure
+++ b/configure
@@ -4191,6 +4191,28 @@ echo "$_libcurl"
define_in_config_if_yes "$_libcurl" "USE_LIBCURL"
#
+# Check whether to build cloud integration support
+#
+echo_n "Cloud integration"
+if test "$_cloud" = "no"; then
+ echo "no"
+else
+ if test "_sdl_net" = "yes" -or "_libcurl" = "yes"; then
+ _cloud=yes
+ if test "_sdl_net" = "yes"; then
+ echo "local"
+ fi
+ if test "_libcurl" = "yes"; then
+ echo "servers"
+ fi
+ else
+ _cloud=no
+ echo "no"
+ fi
+fi
+define_in_config_if_yes $_cloud 'USE_CLOUD'
+
+#
# Check is NSDockTilePlugIn protocol is supported
#
case $_host_os in