From 204528e618274918d55b00d96eafe843a2006672 Mon Sep 17 00:00:00 2001 From: Timo <6674623+underhood@users.noreply.github.com> Date: Thu, 26 Mar 2020 17:48:58 +0100 Subject: Report Why ACLK build failed (#8429) Reports ACLK build failures to GA (if the user didn't opt-out) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b1c9b58a30..a68dde8ae6 100644 --- a/configure.ac +++ b/configure.ac @@ -562,6 +562,7 @@ if test "$enable_cloud" = "yes"; then HAVE_libmosquitto_a="yes" else HAVE_libmosquitto_a="no" + AC_DEFINE([ACLK_NO_LIBMOSQ], [1], [Libmosquitto.a was not found during build.]) fi AC_MSG_RESULT([${HAVE_libmosquitto_a}]) @@ -571,6 +572,7 @@ if test "$enable_cloud" = "yes"; then HAVE_libwebsockets_a="yes" else HAVE_libwebsockets_a="no" + AC_DEFINE([ACLK_NO_LWS], [1], [libwebsockets.a was not found during build.]) fi AC_MSG_RESULT([${HAVE_libwebsockets_a}]) -- cgit v1.2.3