[zeromq-dev] Contributing native InfiniBand/RDMA support to 0MQ

Mikko Koppanen mikko.koppanen at gmail.com
Fri Dec 16 12:20:18 CET 2011


On Fri, Dec 16, 2011 at 10:28 AM, Gabriele Svelto
<gabriele.svelto at gmail.com> wrote:
> Looking at configure.in instead of having --with-pgm and
> --with-system-pgm I would use something like:
>
> --with-pgm=(yes|no|system)
>
> That fits well because AC_ARG_WITH always accepts a parameter, for
> RDMA it's currently an on-off flag so I would use --enable-rdma and
> eventually adding --with-rdma-prefix to specify a non-standard path
> for the sources.


Hi,

in general a good thumb rule is if external libraries are needed then
--with (--with-pgm, --with-something-else etc) and if it's a feature
that is just enabled then --enable (--enable-debug etc).

-- 
Mikko Koppanen



More information about the zeromq-dev mailing list