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

Ed oddsock at xiph.org
Sun Feb 2 12:43:02 PST 2003



oddsock     03/02/02 15:43:02

  Modified:    .        configure.in
  Log:
  added check for HAVE_SYS_UIO_H

Revision  Changes    Path
1.21      +1 -0      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- configure.in	2 Feb 2003 14:21:57 -0000	1.20
+++ configure.in	2 Feb 2003 20:43:02 -0000	1.21
@@ -86,6 +86,7 @@
 AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1, [Define if you have stdint.h]),,)
 AC_CHECK_HEADER(pwd.h, AC_DEFINE(CHUID, 1, [Define if you have pwd.h]),,)
 AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 1, [Define if you have unistd.h]),,)
+AC_CHECK_HEADER(sys/uio.h, AC_DEFINE(HAVE_SYS_UIO_H, 1, [Define if you have 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