summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace_cc.m4
diff options
context:
space:
mode:
authorMatt Kraai <mkraai@beckman.com>2010-01-05 09:43:24 -0800
committerStefan Metzmacher <metze@samba.org>2010-02-02 07:18:16 +0100
commita2c95a5d961594f2accbb032cd7e8da9767e2e47 (patch)
tree231131e15f73188cd28966702868b9a124012b9a /lib/replace/libreplace_cc.m4
parente3aeea29a4e730ccbe7367645703cdc9ee8e7a7e (diff)
downloadsamba-a2c95a5d961594f2accbb032cd7e8da9767e2e47.tar.gz
samba-a2c95a5d961594f2accbb032cd7e8da9767e2e47.tar.bz2
samba-a2c95a5d961594f2accbb032cd7e8da9767e2e47.zip
Change uint_t to unsigned int in lib/replace
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/replace/libreplace_cc.m4')
-rw-r--r--lib/replace/libreplace_cc.m41
1 files changed, 0 insertions, 1 deletions
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)