changeset 1474:351558c68100

Use HAVE_STDINT_H instead of HAVE_INT_TYPES
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2014 07:26:04 +0300
parents ca272867a81b
children d6998522b0b2
files Makefile Makefile.w32
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 25 19:26:13 2014 +0300
+++ b/Makefile	Sun Jun 22 07:26:04 2014 +0300
@@ -8,7 +8,7 @@
 
 # C-compiler, flags and linker flags
 CC=gcc
-CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
+CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
 LDFLAGS=
 
 LIBPNG_CFLAGS += -DHAVE_LIBPNG
--- a/Makefile.w32	Sun May 25 19:26:13 2014 +0300
+++ b/Makefile.w32	Sun Jun 22 07:26:04 2014 +0300
@@ -7,7 +7,7 @@
 
 # C-compiler, flags and linker flags
 CC=gcc
-CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
+CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
 LDFLAGS=-L/usr/local/cross-tools/lib -liberty -s
 
 LIBPNG_CFLAGS += -DHAVE_LIBPNG