Hi, On Wed, Apr 24, 2024 at 02:28:04PM +0200, Alexander Kanavin wrote: > From: "Maxin B. John" <maxin.john@xxxxxxxxx> > > This changes the configure behaviour from autodetecting > for libnfnetlink to having an option to disable it explicitly. > > Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> > Signed-off-by: Maxin B. John <maxin.john@xxxxxxxxx> > Signed-off-by: Alexander Kanavin <alex@xxxxxxxxxxxxx> The patch looks fine as-is, I wonder though what's the goal: Does the build system have an incompatible libnfnetlink which breaks the build? It is used by nfnl_osf only, right? So maybe introduce | AC_ARG_ENABLE([nfnl_osf], ...) instead? Thanks, Phil