summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-11-13 18:08:18 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-11-13 18:08:18 +0100
commitffcb0baa735538b8b4a0f00799d1185adba2761f (patch)
tree12d9372f851822653e28aa8b0772b8050d9fdd1b /configure.in
parentf7123de9434a96794e6a7cd83b398ceb18c9de8b (diff)
Couple of patches for AIX build
- RAND_bytes function resides in crypto library - pollfd on AIX used 'reqevents' instead of events and 'retnevents' instead of 'revents' Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8e8df73..4932995 100644
--- a/configure.in
+++ b/configure.in
@@ -170,6 +170,7 @@ case "${host_os}" in
;;
*aix*)
AC_DEFINE(ZMQ_HAVE_AIX, 1, [Have AIX OS])
+ AC_CHECK_LIB(crypto,RAND_bytes)
;;
*hpux*)
# Define on HP-UX to enable all library features