0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 17:58:01 +08:00

-lcrypto added to linking flags for QNX

This commit is contained in:
Piotr Trojanek 2010-06-10 07:34:11 +02:00 committed by Martin Sustrik
parent 76e0153d4f
commit 8782b4d696

View File

@ -173,6 +173,7 @@ case "${host_os}" in
pedantic="no"
AC_DEFINE(ZMQ_HAVE_QNXNTO, 1, [Have QNX Neutrino OS])
AC_CHECK_LIB(socket,main)
AC_CHECK_LIB(crypto,RAND_bytes)
;;
*aix*)
AC_DEFINE(ZMQ_HAVE_AIX, 1, [Have AIX OS])