From: Harlan Stenn Date: Sat, 17 Apr 2004 21:33:32 +0000 (-0400) Subject: Always see if we need in6addr_any X-Git-Tag: NTP_4_2_3~170^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc116f6da0bbb7d69943bf6436c9937cce5eb711;p=thirdparty%2Fntp.git Always see if we need in6addr_any bk: 4081a2aci6P4GUzx7cojv8Qx247xPg --- diff --git a/configure.in b/configure.in index 9f4d57605..0152320ac 100644 --- a/configure.in +++ b/configure.in @@ -3727,9 +3727,12 @@ $isc_netinet6in6_hack AC_DEFINE(ISC_PLATFORM_HAVEIN6PKTINFO, , [ISC: Have struct in6_pktinfo?])], [AC_MSG_RESULT(no -- disabling runtime ipv6 support)]) + ;; +esac - AC_MSG_CHECKING(for in6addr_any) - AC_TRY_LINK([ +# We need this check run all the time... +AC_MSG_CHECKING(for in6addr_any) +AC_TRY_LINK([ #include #include #include @@ -3742,9 +3745,7 @@ $isc_in_addr6_hack [AC_MSG_RESULT(no) AC_DEFINE(ISC_PLATFORM_NEEDIN6ADDRANY, , [ISC: Need in6addr_any?])] - ) - ;; -esac +) # # Look for a sysctl call to get the list of network interfaces.