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

Add IBM i build support via 'os400' clause

This commit is contained in:
ThePrez 2019-10-02 15:21:28 -05:00 committed by GitHub
parent 9bb6b21423
commit 25320a3c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*)