From 3b26f45aec2a9f67b400c70daad11fea2ebd8c33 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 21 Mar 1999 14:06:16 +0000 Subject: [PATCH] add decription to AC_DEFINE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5670 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-ipv6.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/krb-ipv6.m4 b/cf/krb-ipv6.m4 index 0a74cf08a..71d2da438 100644 --- a/cf/krb-ipv6.m4 +++ b/cf/krb-ipv6.m4 @@ -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