add decription to AC_DEFINE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5670 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-21 14:06:16 +00:00
parent 40d86eae58
commit 3b26f45aec

View File

@@ -39,7 +39,7 @@ struct in6_addr any = IPV6ADDR_ANY_INIT;
ac_cv_lib_ipv6=yes,
ac_cv_lib_ipv6=no))
if test "$ac_cv_lib_ipv6" = yes; then
AC_DEFINE(HAVE_IPV6)
AC_DEFINE(HAVE_IPV6, 1, [Define if you have IPv6.])
dnl check for different v6 implementations (by itojun)
v6type=unknown