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

fix syntax
This commit is contained in:
Timotej S 2023-06-05 17:19:05 +02:00 committed by GitHub
parent 81174475a3
commit 4c58301798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.