try linking, not only compiling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7662 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-21 20:46:09 +00:00
parent 1028e9ae35
commit c8824117a9

View File

@@ -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 <sys/types.h>
#endif