]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 657] netbsd fix for IP_MULTICAST_LOOP test
authorHarlan Stenn <stenn@ntp.org>
Wed, 19 Jul 2006 09:24:23 +0000 (05:24 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 19 Jul 2006 09:24:23 +0000 (05:24 -0400)
bk: 44bdfa47tf7JHtDqSRXqqhIdfKu2dA

configure.ac

index f551353a743c99e912838bd89a2fb8a3776e7880..0a492c3f2d032367caddb9b754b1ac25e3e1f619 100644 (file)
@@ -1755,7 +1755,7 @@ case "$ac_cv_var_mcast" in
     AC_CACHE_CHECK([[arg type needed for IP*_MULTICAST_LOOP for setsockopt()]],
        ac_cv_var_typeof_ip_multicast_loop,
        [case "$host" in
-        *-*-netbsd|*-*-linux*|*-*-winnt*)
+        *-*-netbsd*|*-*-linux*|*-*-winnt*)
            ac_cv_var_typeof_ip_multicast_loop=u_int
            ;;
         *) ac_cv_var_typeof_ip_multicast_loop=u_char