[xiph-cvs] cvs commit: icecast configure.in

Karl Heyes karl at xiph.org
Mon Apr 21 19:35:05 PDT 2003



karl        03/04/21 22:35:05

  Modified:    .        configure.in
  Log:
  add missing check for inet_aton, sock.h wants this.

Revision  Changes    Path
1.29      +1 -1      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- configure.in	21 Apr 2003 17:52:12 -0000	1.28
+++ configure.in	22 Apr 2003 02:35:05 -0000	1.29
@@ -100,7 +100,7 @@
 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 --
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list