mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
add missing check for inet_aton, sock.h wants this.
svn path=/trunk/icecast/; revision=4622
This commit is contained in:
parent
1de7583029
commit
37989f62b2
@ -100,7 +100,7 @@ dnl Checks for library functions.
|
||||
AC_CHECK_FUNCS(nanosleep)
|
||||
AC_CHECK_FUNCS(poll)
|
||||
AC_CHECK_FUNCS(sethostent endhostent)
|
||||
AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton)
|
||||
AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton inet_aton)
|
||||
|
||||
dnl -- configure options --
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user