Automatically disabled when
- iproute2 is enabled
(Don't want to force people specifying --disable-dco explicitely)
- libnv is missing on FreeBSD
(FreeBSD version too old anyway)
Will still error out if libnl-genl is missing on Linux to
make people aware of new dependency.
Signed-off-by: Fran
Make consistent with the other options.
Signed-off-by: Frank Lichtenheld
---
configure.ac | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
A small issue I noticed when staring at configure.ac for "enable
DCO by default" patch.
diff --git a/configure.ac b/configure.ac
index acfa
Hi,
On Mon, Feb 6, 2023 at 6:24 AM Frank Lichtenheld
wrote:
> Automatically disabled when
> - iproute2 is enabled
> (Don't want to force people specifying --disable-dco explicitely)
> - libnv is missing on FreeBSD
> (FreeBSD version too old anyway)
>
> Will still error out if libnl-genl is m