problem: typo in configure.ac output

solution: fix the typo
This commit is contained in:
fanquake 2022-01-03 19:44:07 +08:00
parent ee09926cbd
commit 25d0a280e0
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -653,7 +653,7 @@ if test "x$enable_ws" != "xno"; then
else
AC_DEFINE(ZMQ_HAVE_WS, [1], [Using websocket])
AC_DEFINE(ZMQ_USE_BUILTIN_SHA1, [1], [Using built-in sha1])
AC_MSG_NOTICE(Using builting SHA1)
AC_MSG_NOTICE(Using built-in SHA1)
ws_crypto_library="builtin"
fi
fi