Hi, On Wed, Dec 14, 2016 at 10:51:18AM +0200, Lev Stipakov wrote: > +/* > + * Disable async-push if plugins are disabled > + */ > +#if !defined(ENABLE_PLUGIN) && defined(ENABLE_ASYNC_PUSH) > +#undef ENABLE_ASYNC_PUSH > +#endif > +
That one gets a NAK from me, for the reasons given.
As long as we *have* --enable/--disable options in configure, they should
be validated *there* and not silently ignored.
David's argument about "configure is for finding system dependent things
and compiler settings" has some merits, but then we should get rid of all
compile-time --enable/--disable settings.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
