mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
problem: typo in configure.ac output
solution: fix the typo
This commit is contained in:
parent
ee09926cbd
commit
25d0a280e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user