Configure: correct log message typo

This commit is contained in:
Martin Vierula
2023-10-17 06:37:08 -07:00
parent c060ab91bc
commit 5e17e6dfc4

View File

@@ -245,7 +245,7 @@ AC_ARG_ENABLE(mlogc,
CHECK_CURL()
if test -z "${CURL_VERSION}"; then
AC_MSG_NOTICE([NOTE: mlgoc compilation was disabled.])
AC_MSG_NOTICE([NOTE: mlogc compilation was disabled.])
build_mlogc=0
fi