1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

minor cleanup

svn path=/trunk/icecast/; revision=5598
This commit is contained in:
Karl Heyes 2003-11-18 00:39:19 +00:00
parent cfc2695927
commit c6beb943d5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
package="ices"
package="icecast"
olddir=`pwd`
srcdir=`dirname $0`

View File

@ -16,7 +16,7 @@ AC_SEARCH_LIBS([sethostent], [nsl],
AC_SEARCH_LIBS([getnameinfo], [socket],
[AC_DEFINE([HAVE_GETNAMEINFO], [1],
[Define if you have the getnameinfo function])])
AC_CHECK_FUNCS([endhostent getaddrinfo inet_aton])
AC_CHECK_FUNCS([endhostent getaddrinfo inet_aton writev])
# Irix defines INET_PTON but not sockaddr_storage!
AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family],