From a2c95a5d961594f2accbb032cd7e8da9767e2e47 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 5 Jan 2010 09:43:24 -0800 Subject: Change uint_t to unsigned int in lib/replace Signed-off-by: Stefan Metzmacher --- lib/replace/libreplace_cc.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/replace/libreplace_cc.m4') diff --git a/lib/replace/libreplace_cc.m4 b/lib/replace/libreplace_cc.m4 index a26dee498e..48d9e84a32 100644 --- a/lib/replace/libreplace_cc.m4 +++ b/lib/replace/libreplace_cc.m4 @@ -115,7 +115,6 @@ AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(long long) -AC_CHECK_TYPE(uint_t, unsigned int) AC_CHECK_TYPE(int8_t, char) AC_CHECK_TYPE(uint8_t, unsigned char) AC_CHECK_TYPE(int16_t, short) -- cgit