Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)heimdal-1.2.1rc1.orig/cf/krb-ipv6.m4 (-3 / +6 lines)
Lines 2-13 Link Here
2
dnl
2
dnl
3
dnl test for IPv6
3
dnl test for IPv6
4
dnl
4
dnl
5
ac_cv_lib_ipv6=yes
6
5
AC_DEFUN([AC_KRB_IPV6], [
7
AC_DEFUN([AC_KRB_IPV6], [
6
AC_ARG_WITH(ipv6,
8
AC_ARG_WITH(ipv6,
7
	AS_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[
9
	AS_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[
8
if test "$withval" = "no"; then
10
        ac_cv_lib_ipv6="$withval"
9
	ac_cv_lib_ipv6=no
11
])
10
fi])
12
if test $ac_cv_lib_ipv6 != "no"; then
11
save_CFLAGS="${CFLAGS}"
13
save_CFLAGS="${CFLAGS}"
12
AC_CACHE_CHECK([for IPv6 stack type], rk_cv_v6type,
14
AC_CACHE_CHECK([for IPv6 stack type], rk_cv_v6type,
13
[dnl check for different v6 implementations (by itojun)
15
[dnl check for different v6 implementations (by itojun)
Lines 146-149 Link Here
146
			[Define if you have the in6addr_loopback variable])
148
			[Define if you have the in6addr_loopback variable])
147
	fi
149
	fi
148
fi
150
fi
151
fi
149
])
152
])

Return to bug 185899