On Fri, Dec 16, 2011 at 10:28 AM, Gabriele Svelto <[email protected]> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
