X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=41c1aaf925e915a30e0695326e658356e72a53bd;hp=fb131893097dccd938ee70990c561b60827481ee;hb=a88f1edf297152580a7729c6f3d274ba2bff7360;hpb=868104703003605711582c984b57f8933bf361ee diff --git a/configure.in b/configure.in index fb131893..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.63 2003/07/06 17:49:49 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 @@ -114,7 +114,7 @@ AC_FUNC_MEMCMP AC_FUNC_ALLOCA AC_TYPE_SIGNAL AC_CHECK_FUNCS([asprintf daemon fcloseall flock ftime get_current_dir_name \ -putenv select strdup strerror strsignal strtol unsetenv mlockall]) +putenv select strdup strerror strsignal strtol unsetenv mlockall vsyslog]) jm_FUNC_MALLOC jm_FUNC_REALLOC