Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
c6beb943
Commit
c6beb943
authored
Nov 18, 2003
by
Karl Heyes
Browse files
minor cleanup
svn path=/trunk/icecast/; revision=5598
parent
cfc26959
Changes
2
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
c6beb943
...
...
@@ -2,7 +2,7 @@
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
package
=
"ice
s
"
package
=
"ice
cast
"
olddir
=
`
pwd
`
srcdir
=
`
dirname
$0
`
...
...
m4/xiph_net.m4
View file @
c6beb943
...
...
@@ -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],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment