Unverified Commit 25320a3c authored by ThePrez's avatar ThePrez Committed by GitHub

Add IBM i build support via 'os400' clause

parent 9bb6b214
......@@ -285,7 +285,7 @@ case "${host_os}" in
AC_DEFINE(ZMQ_HAVE_QNXNTO, 1, [Have QNX Neutrino OS])
AC_CHECK_LIB(socket, socket)
;;
*aix*)
*aix*|*os400*)
AC_DEFINE(ZMQ_HAVE_AIX, 1, [Have AIX OS])
;;
*hpux*)
......
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