>I'm happy to announce ipset 6.28 with a couple of important fixes, some >compatibility improvements and corrections. > - Support older pkg-config packages Whatever you did, it broke. [ 51s] checking for libmnl... no [ 51s] configure: error: in `/home/abuild/rpmbuild/BUILD/ipset-default-6.28': [ 51s] configure: error: The pkg-config script could not be found or is too old. Make sure it [ 51s] is in your PATH or set the PKG_CONFIG environment variable to the full [ 51s] path to pkg-config. $ bash -x configure checking for libmnl... + test -n '' + test -n '' + pkg_failed=untried + test -n '' + test -n '' + pkg_failed=untried + test untried = yes + test untried = untried + printf '%s\n' 'configure:14007: result: no' + printf '%s\n' no no + printf '%s\n' 'configure:14009: error: in `/home/abuild/rpmbuild/BUILD/ipset-default-6.28'\'':' + printf '%s\n' 'configure: error: in `/home/abuild/rpmbuild/BUILD/ipset-default-6.28'\'':' configure: error: in `/home/abuild/rpmbuild/BUILD/ipset-default-6.28': + as_fn_error 0 'The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. So the first occurrence of the substring "pkg-config" is this. In other words, PKG_PROG_PKG_CONFIG appears to have never expanded. Come to think of it, wonder why was there no PKG_PROG_PKG_CONFIG to begin with. That may have been the original problem all along. Revert a3a984901f580d1a7d07cbfceb5dc279c035dcb1 and then slap a PKG_PROG_PKG_CONFIG before the first PKG_somethingelse line. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html