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

Brendan brendan at xiph.org
Thu Jun 5 10:55:41 PDT 2003



brendan     03/06/05 13:55:40

  Modified:    .        configure.in
  Log:
  coordinate IPv6 change with net module

Revision  Changes    Path
1.33      +5 -5      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -u -r1.32 -r1.33
--- configure.in	28 May 2003 15:04:53 -0000	1.32
+++ configure.in	5 Jun 2003 17:55:40 -0000	1.33
@@ -76,11 +76,11 @@ dnl Checks for programs.
 dnl Checks for libraries.
 
 dnl IPV6
-AC_SEARCH_LIBS(inet_pton, socket, AC_DEFINE(HAVE_IPV6, 1, [Define if you have IPV6 support]))
+AC_SEARCH_LIBS(inet_pton, socket, 
+  [AC_DEFINE([HAVE_INET_PTON], 1, [Define if you have the `inet_pton' function])])
 AC_SEARCH_LIBS(getipnodebyname, nsl,
-  AC_DEFINE(HAVE_GETIPNODEBYNAME, 1, 
-  [Define if you have the getipnodebyname function])
-)
+  [AC_DEFINE([HAVE_GETIPNODEBYNAME], 1,
+    [Define if you have the `getipnodebyname' function])])
 
 dnl Checks for header files.
 AC_HEADER_STDC
@@ -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 inet_aton)
+AC_CHECK_FUNCS(getnameinfo getaddrinfo 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