Commit 8782b4d6 authored by Piotr Trojanek's avatar Piotr Trojanek Committed by Martin Sustrik

-lcrypto added to linking flags for QNX

parent 76e0153d
......@@ -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])
......
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