X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=41c1aaf925e915a30e0695326e658356e72a53bd;hp=ddff0926ddfd1bd95e2f8dc7188368e7d521a328;hb=30c0381d71d333a99f6c83ff9d03ef4a0857f423;hpb=0b9175e998c2180e5d73ef3d644a49d620c68cad diff --git a/configure.in b/configure.in index ddff0926..41c1aaf9 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.64 2003/07/06 22:11:31 guus Exp $ +dnl $Id: configure.in,v 1.13.2.65 2003/07/07 11:11:33 guus Exp $ AC_PREREQ(2.53) AC_INIT(src/tincd.c) @@ -101,7 +101,7 @@ AC_TYPE_SIZE_T AC_HEADER_TIME AC_STRUCT_TM -AC_CHECK_TYPES([socklen_t, struct addrinfo, struct sockaddr_in6], , , +AC_CHECK_TYPES([socklen_t, struct addrinfo, struct in6_addr, struct sockaddr_in6], , , [#include #include #include