Commit de93f635 authored by Martin Sustrik's avatar Martin Sustrik

crypto library is needed on HP-UX to generate UUIDs

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent dbcd3825
......@@ -182,6 +182,7 @@ case "${host_os}" in
CPPFLAGS="-D_POSIX_C_SOURCE=200112L"
AC_DEFINE(ZMQ_HAVE_HPUX, 1, [Have HPUX OS])
AC_CHECK_LIB(rt, main)
AC_CHECK_LIB(crypto, RAND_bytes)
;;
*mingw32*)
AC_DEFINE(ZMQ_HAVE_WINDOWS, 1, [Have Windows OS])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment