Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
c6beb943
Commit
c6beb943
authored
Nov 18, 2003
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup
svn path=/trunk/icecast/; revision=5598
parent
cfc26959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
autogen.sh
autogen.sh
+1
-1
m4/xiph_net.m4
m4/xiph_net.m4
+1
-1
No files found.
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
Markdown
is supported
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