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