From: Paul Eggert Date: Sat, 19 Feb 2011 07:18:47 +0000 (-0800) Subject: stdint: omit redundant check for wchar.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d042d2a4affebbe1a333d3c6a02704e655e511f1;p=pspp 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. --- diff --git a/ChangeLog b/ChangeLog index 79688671e9..3cc41e6cc2 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 2b67952e87..e7d0d0765a 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