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

Jack Moffitt jack at xiph.org
Sat Oct 20 14:33:45 PDT 2001



jack        01/10/20 14:33:45

  Modified:    .        configure.in
  Log:
  Add check for stdint.h, since the timing module uses this.

Revision  Changes    Path
1.2       +2 -0      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in	2001/09/10 02:24:40	1.1
+++ configure.in	2001/10/20 21:33:45	1.2
@@ -53,6 +53,8 @@
 dnl Checks for header files.
 AC_HEADER_STDC
 
+AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
+
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 

--- >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