mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 08:34:00 +00:00
Problem: build fails, vmci enabled by default
Solution: disable vmci by default Fixes issue #1655
This commit is contained in:
parent
a556b500da
commit
64ce6ca772
@ -494,7 +494,7 @@ have_vmci_library="no"
|
|||||||
AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci],
|
AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci],
|
||||||
[build libzmq with VMCI transport [default=no]])],
|
[build libzmq with VMCI transport [default=no]])],
|
||||||
[have_vmci_ext=$withval],
|
[have_vmci_ext=$withval],
|
||||||
[have_vmci_ext=yes])
|
[have_vmci_ext=no])
|
||||||
|
|
||||||
if test "x$have_vmci_ext" != "xno"; then
|
if test "x$have_vmci_ext" != "xno"; then
|
||||||
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
|
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user