[xiph-cvs] cvs commit: libshout configure.in
Brendan
brendan at xiph.org
Thu Jun 5 07:32:35 PDT 2003
brendan 03/06/05 10:32:35
Modified: . configure.in
Log:
sock.h expects sys/uio.h to be autoconf-guarded
Revision Changes Path
1.41 +2 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -u -r1.40 -r1.41
--- configure.in 5 Jun 2003 13:59:29 -0000 1.40
+++ configure.in 5 Jun 2003 14:32:35 -0000 1.41
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.40 2003/06/05 13:59:29 brendan Exp $
+# $Id: configure.in,v 1.41 2003/06/05 14:32:35 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -68,7 +68,7 @@ dnl Checks for programs.
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([inttypes.h sys/socket.h])
+AC_CHECK_HEADERS([inttypes.h sys/socket.h sys/uio.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
<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