mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
crypto library is needed on HP-UX to generate UUIDs
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
dbcd382524
commit
de93f6359f
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user