[gs-cvs] gs/src
Ralph Giles
giles at ghostscript.com
Fri Feb 13 09:51:58 PST 2004
Update of /cvs/ghostscript/gs/src
In directory casper:/home/giles/projects/ghostscript/gs/src
Modified Files:
configure.ac
Log Message:
Propagate a change from the GS_8_1X branch. AC_CHECK_TYPES takes a
comma-sparated list.
Index: configure.ac
===================================================================
RCS file: /cvs/ghostscript/gs/src/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- configure.ac 14 Jan 2004 14:07:09 -0000 1.39
+++ configure.ac 13 Feb 2004 17:51:56 -0000 1.40
@@ -104,7 +104,7 @@
dnl see if we're on a system that puts the *int*_t types
dnl from stdint.h in sys/types.h
if test "$ac_cv_header_stdint_h" != yes; then
- AC_CHECK_TYPES([int8_t int16_t int32_t uint8_t uint16_t uint32_t],,,[#include <sys/types.h>])
+ AC_CHECK_TYPES([int8_t, int16_t, int32_t, uint8_t, uint16_t, uint32_t],,,[#include <sys/types.h>])
if test "$ac_cv_type_uint8_t" = yes; then
AC_DEFINE([SYS_TYPES_HAS_STDINT_TYPES])
GCFLAGS="$GCFLAGS -DSYS_TYPES_HAS_STDINT_TYPES"
More information about the gs-cvs
mailing list