summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2023-06-05 17:19:05 +0200
committerGitHub <noreply@github.com>2023-06-05 17:19:05 +0200
commit4c5830179888709503a466a14ae5952afd1dff6a (patch)
tree7b4478eb4860bc78d816a3a69ae016ff6c374e55 /configure.ac
parent81174475a315fdf5a0b6d23bd5edbae82d028cb1 (diff)
minor - fix syntax in config.ac (#15139)
fix syntax
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e89798c908..7477e8159d 100644
--- a/configure.ac
+++ b/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.