diff options
author | Bruno Haible <bruno@clisp.org> | 2010-03-15 00:49:47 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-03-15 00:49:47 +0100 |
commit | dd7d0aad525f1d9708957741cf1302197ead59f7 (patch) | |
tree | 04feb693062c108afaac9cf4ea37dc20967900df /m4/ctype.m4 | |
parent | c268928a8e8b9d805e4d215c410937b21f288c8c (diff) | |
download | gnulib-dd7d0aad525f1d9708957741cf1302197ead59f7.tar.gz |
Fix bug introduced on 2009-12-31.
Diffstat (limited to 'm4/ctype.m4')
-rw-r--r-- | m4/ctype.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/ctype.m4 b/m4/ctype.m4 index c23b0e37cb..1641b3e957 100644 --- a/m4/ctype.m4 +++ b/m4/ctype.m4 @@ -1,5 +1,5 @@ -# ctype_h.m4 serial 3 -dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. +# ctype_h.m4 serial 4 +dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,8 +7,8 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_CTYPE_H], [ AC_REQUIRE([gl_CTYPE_H_DEFAULTS]) - dnl Execute this unconditionally, because CTYPE_H may be set by other - dnl modules, after this code is executed. + + dnl <ctype.h> is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([ctype.h]) dnl Check for declarations of anything we want to poison if the |