1
0
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:
Karl Heyes 2003-04-22 02:35:05 +00:00
parent 1de7583029
commit 37989f62b2

View File

@ -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 --