summaryrefslogtreecommitdiff
path: root/m4/strpbrk.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 10:08:14 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 10:08:14 +0000
commit89f02884ad6c4fc85c0e50c90d450c50dab658ad (patch)
tree281b01f00aefd6c06a67989328412d5b6aa2e0d4 /m4/strpbrk.m4
parent6aa8c869f37075adb0fbc4a68c452a5e2e17af9c (diff)
downloadcoreutils-89f02884ad6c4fc85c0e50c90d450c50dab658ad.tar.xz
(gl_PREREQ_STRPBRK): Remove <string.h> check.
Diffstat (limited to 'm4/strpbrk.m4')
-rw-r--r--m4/strpbrk.m48
1 files changed, 3 insertions, 5 deletions
diff --git a/m4/strpbrk.m4 b/m4/strpbrk.m4
index 1f5fa01b8..01425c496 100644
--- a/m4/strpbrk.m4
+++ b/m4/strpbrk.m4
@@ -1,5 +1,5 @@
-# strpbrk.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# strpbrk.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_STRPBRK],
])
# Prerequisites of lib/strpbrk.c.
-AC_DEFUN([gl_PREREQ_STRPBRK], [
- AC_CHECK_HEADERS_ONCE(string.h)
-])
+AC_DEFUN([gl_PREREQ_STRPBRK], [:])