diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 10:07:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 10:07:41 +0000 |
commit | 6aa8c869f37075adb0fbc4a68c452a5e2e17af9c (patch) | |
tree | 39ae9ccca2c1e8d59ff40c5b012af024a3521012 /m4 | |
parent | 0f53b413bd355f9f5f6ca1353cdce76fa9f0abdb (diff) | |
download | coreutils-6aa8c869f37075adb0fbc4a68c452a5e2e17af9c.tar.xz |
(gl_PREREQ_STRCSPN): Remove <string.h> check.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/strcspn.m4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/m4/strcspn.m4 b/m4/strcspn.m4 index 1fb5f14e6..b450ffbb3 100644 --- a/m4/strcspn.m4 +++ b/m4/strcspn.m4 @@ -1,5 +1,5 @@ -# strcspn.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# strcspn.m4 serial 2 +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -15,6 +15,4 @@ AC_DEFUN([gl_FUNC_STRCSPN], ]) # Prerequisites of lib/strcspn.c. -AC_DEFUN([gl_PREREQ_STRCSPN], [ - AC_CHECK_HEADERS_ONCE(string.h) -]) +AC_DEFUN([gl_PREREQ_STRCSPN], [:]) |