fix configure syntax error (#11937)
Timotej S committed
Jan 4, 2022 at 15:14 UTC
d32914e41646bad7a1b99049d752a3b7a2a1dbc7
1 file changed
+1
-1
configure.ac
+1
-1
@@ -743,7 +743,7 @@ if test "$enable_cloud" != "no"; then
743
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"
744
fi
745
746
- if "$new_cloud_protocol" != "no"; then
746
+ if test "$new_cloud_protocol" != "no"; then
747
can_build_new_cloud_protocol="yes"
748
AC_MSG_CHECKING([if protobuf available for New Cloud Protocol])
749
if test "${have_libprotobuf}" != "yes"; then