[xiph-cvs] cvs commit: icecast acconfig.h configure.in
Brendan
brendan at xiph.org
Tue Jan 14 21:58:09 PST 2003
brendan 03/01/15 00:58:09
Modified: . configure.in
Added: . acconfig.h
Log:
OS X 10.2.3 doesn't define socklen_t.
This version is compatible with autoconf 2.13. I believe it should also
work in 2.5x, although the semantics of AC_CHECK_TYPE have changed.
Revision Changes Path
1.19 +1 -0 icecast/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- configure.in 15 Jan 2003 05:34:20 -0000 1.18
+++ configure.in 15 Jan 2003 05:58:09 -0000 1.19
@@ -91,6 +91,7 @@
AC_C_CONST
dnl Check for types
+AC_CHECK_TYPE([socklen_t], int)
dnl Checks for library functions.
AC_CHECK_FUNCS(nanosleep)
<p><p>1.1 icecast/acconfig.h
Index: acconfig.h
===================================================================
/* Define if you lack the socklen_t type */
#undef socklen_t
<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