From c8824117a9e55128a4d2a4c544b702667f6b7d8a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 21 Dec 1999 20:46:09 +0000 Subject: [PATCH] try linking, not only compiling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7662 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 3c6a7fb4c..a148ffc00 100644 --- a/cf/krb-ipv6.m4 +++ b/cf/krb-ipv6.m4 @@ -9,7 +9,7 @@ if test "$withval" = "no"; then ac_cv_lib_ipv6=no fi]) AC_CACHE_CHECK(for IPv6,ac_cv_lib_ipv6, -AC_TRY_COMPILE([ +AC_TRY_LINK([ #ifdef HAVE_SYS_TYPES_H #include #endif