Hi, On Thu, Apr 22, 2021 at 05:29:35PM +0200, Arne Schwabe wrote: > With this change we always build multihome support if the operating > system supports it. > > Patch v2: Remove also from config-msvc.h
> diff --git a/configure.ac b/configure.ac
> index 747325164..aaac65c3d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -121,13 +121,6 @@ AC_ARG_ENABLE(
> [enable_fragment="yes"]
> )
>
> -AC_ARG_ENABLE(
> - [multihome],
This is missing the second hunk in configure.ac
test "${enable_multihome}" = "yes" && AC_DEFINE([ENABLE_MULTIHOME], [1],
[Enable multi-homed UDP server capability])
otherwise, ACK.
gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany [email protected]
signature.asc
Description: PGP signature
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
