From d32914e41646bad7a1b99049d752a3b7a2a1dbc7 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:14:10 +0100 Subject: fix configure syntax error (#11937) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 716d502311..2818bf8bce 100644 --- a/configure.ac +++ b/configure.ac @@ -743,7 +743,7 @@ if test "$enable_cloud" != "no"; then OPTIONAL_ACLK_CFLAGS="-I \$(abs_top_srcdir)/mqtt_websockets/src/include -I \$(abs_top_srcdir)/mqtt_websockets/c-rbuf/include -I \$(abs_top_srcdir)/mqtt_websockets/MQTT-C/include" fi - if "$new_cloud_protocol" != "no"; then + if test "$new_cloud_protocol" != "no"; then can_build_new_cloud_protocol="yes" AC_MSG_CHECKING([if protobuf available for New Cloud Protocol]) if test "${have_libprotobuf}" != "yes"; then -- cgit v1.2.3