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

Brendan brendan at xiph.org
Tue Jan 14 21:34:21 PST 2003



brendan     03/01/15 00:34:20

  Modified:    .        configure.in
  Log:
  autoheader always requires the third argument to AC_DEFINE

Revision  Changes    Path
1.18      +3 -3      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- configure.in	13 Jan 2003 10:48:43 -0000	1.17
+++ configure.in	15 Jan 2003 05:34:20 -0000	1.18
@@ -83,9 +83,9 @@
 dnl Checks for header files.
 AC_HEADER_STDC
 
-AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
-AC_CHECK_HEADER(pwd.h, AC_DEFINE(CHUID, 1),,)
-AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 1),,)
+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]),,)
 
 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