mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01: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],
|
||||
[build libzmq with VMCI transport [default=no]])],
|
||||
[have_vmci_ext=$withval],
|
||||
[have_vmci_ext=yes])
|
||||
[have_vmci_ext=no])
|
||||
|
||||
if test "x$have_vmci_ext" != "xno"; then
|
||||
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
|
||||
|
Loading…
Reference in New Issue
Block a user