On 12-12-16 12:47, Lev Stipakov wrote: > Async push functionality makes sense only with deferred authentication, > which requires plugins. > > Trac #783 > > Signed-off-by: Lev Stipakov <lstipa...@gmail.com> > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 27bdcc3..946f3db 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1204,6 +1204,10 @@ if test "${enable_plugin_auth_pam}" = "yes"; then > fi > > if test "${enable_async_push}" = "yes"; then > + if test "${enable_plugins}" = "no"; then > + AC_MSG_ERROR([--enable_async_push requires --enable-plugins]) > + fi > + > AC_CHECK_HEADERS( > [sys/inotify.h], > AC_DEFINE([ENABLE_ASYNC_PUSH], [1], [Enable async push]), >
I followed the discussion, gave the arguments some more thought, but still believe this is The Right Thing. So, ACK. -Steffan ------------------------------------------------------------------------------ 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 Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel