@cryptotaxi247 / netdata-1 / commits / 4c5830179

minor - fix syntax in config.ac (#15139)

fix syntax

Timotej S committed Jun 5, 2023 at 17:19 UTC 4c5830179888709503a466a14ae5952afd1dff6a
1 file changed +1 -1
configure.ac
+1 -1
@@ -1257,7 +1257,7 @@ fi
1257
1258 # Check if uuid is available. Fail if ML was explicitly requested.
1259 if test "${enable_ml}" = "yes" -a "${have_uuid}" != "yes"; then
1260 - AC_MSG_ERROR([You have explicitly requested --enable-ml functionality but libuuid can not be found."])
1260 + AC_MSG_ERROR([You have explicitly requested --enable-ml functionality but libuuid can not be found.])
1261 fi
1262
1263 # Check if submodules have not been fetched. Fail if ML was explicitly requested.