From d042d2a4affebbe1a333d3c6a02704e655e511f1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 18 Feb 2011 23:18:47 -0800 Subject: [PATCH] stdint: omit redundant check for wchar.h * m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now always tests whether wchar.h exists, so remove the now-redundant test. --- ChangeLog | 6 ++++++ m4/stdint.m4 | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79688671e..3cc41e6cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-02-18 Paul Eggert + + stdint: omit redundant check for wchar.h + * m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now + always tests whether wchar.h exists, so remove the now-redundant test. + 2011-02-18 Bruno Haible stdint: Cut dependency to module 'wchar'. diff --git a/m4/stdint.m4 b/m4/stdint.m4 index 2b67952e8..e7d0d0765 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -1,4 +1,4 @@ -# stdint.m4 serial 38 +# stdint.m4 serial 39 dnl Copyright (C) 2001-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -301,10 +301,6 @@ static const char *macro_values[] = fi AC_SUBST([HAVE_SYS_BITYPES_H]) - dnl Check for (missing in Linux uClibc when built without wide - dnl character support). - AC_CHECK_HEADERS_ONCE([wchar.h]) - gl_STDINT_TYPE_PROPERTIES STDINT_H=stdint.h fi -- 2.11.0