Browse Source

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

fix syntax
Timotej S 1 year ago
parent
commit
4c58301798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1257,7 +1257,7 @@ fi
 
 # Check if uuid is available. Fail if ML was explicitly requested.
 if test "${enable_ml}" = "yes" -a "${have_uuid}" != "yes"; then
-    AC_MSG_ERROR([You have explicitly requested --enable-ml functionality but libuuid can not be found."])
+    AC_MSG_ERROR([You have explicitly requested --enable-ml functionality but libuuid can not be found.])
 fi
 
 # Check if submodules have not been fetched. Fail if ML was explicitly requested.