[xiph-cvs] cvs commit: libshout configure.in
Brendan
brendan at xiph.org
Mon Mar 10 21:20:17 PST 2003
brendan 03/03/11 00:20:17
Modified: . configure.in
Log:
One more location for socklen_t
Revision Changes Path
1.22 +4 -1 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- configure.in 11 Mar 2003 05:11:19 -0000 1.21
+++ configure.in 11 Mar 2003 05:20:17 -0000 1.22
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.21 2003/03/11 05:11:19 brendan Exp $
+# $Id: configure.in,v 1.22 2003/03/11 05:20:17 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -70,6 +70,9 @@
AC_CHECK_TYPES([socklen_t],,,
[#if HAVE_SYS_TYPES_H
# include <sys/types.h>
+#endif
+#if HAVE_UNISTD_H
+# include <unistd.h>
#endif
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
<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