On Tue, May 30, 2017 at 09:56:26AM +0200, Nicolas Dichtel wrote: > The goal of this patch is to fix the ipv6 support when conntrackd is > cross-compiled. The AC_RUN_IFELSE macro must be avoided as much as possible. > See section 6.6 of the gnu autoconf: > "If you really need to test for a runtime behavior while configuring, you can > write a test program to determine the result, and compile and run it using > AC_RUN_IFELSE. Avoid running test programs if possible, because this prevents > people from configuring your package for cross-compiling." > > Let's remove this check and test the returned error to handle the case where > ipv6 is not supported (inet_pton() returns -1 when the family is not supported). Applied, thanks Nicolas. -- 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