More missing IPv6 definitions and autoconf checks to make sure it compiles
under Solaris 2.6.
This commit is contained in:
parent
71f8124ea4
commit
2a7f11c0e9
7 changed files with 265 additions and 260 deletions
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl $Id: configure.in,v 1.13.2.65 2003/07/07 11:11:33 guus Exp $
|
||||
dnl $Id: configure.in,v 1.13.2.66 2003/07/11 16:12:58 guus Exp $
|
||||
|
||||
AC_PREREQ(2.53)
|
||||
AC_INIT(src/tincd.c)
|
||||
|
|
@ -127,7 +127,7 @@ AC_CHECK_FUNC(gethostbyname, [], [
|
|||
AC_CHECK_LIB(nsl, gethostbyname)
|
||||
])
|
||||
|
||||
AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo])
|
||||
AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo inet_aton])
|
||||
|
||||
AC_CACHE_SAVE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue