Skip to content
GitLab
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
37989f62
Commit
37989f62
authored
Apr 22, 2003
by
Karl Heyes
Browse files
add missing check for inet_aton, sock.h wants this.
svn path=/trunk/icecast/; revision=4622
parent
1de75830
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
37989f62
...
...
@@ -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 --
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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