summaryrefslogtreecommitdiff
path: root/m4/memrchr.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:42:38 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:42:38 +0000
commit69c7ce785daa03a01decf7ac555fc63371008f79 (patch)
treef41d9e89f714b762a528426bbac15692fee9be75 /m4/memrchr.m4
parent7421b83e79bf4187e0e9526e3f22c380929956cc (diff)
downloadcoreutils-69c7ce785daa03a01decf7ac555fc63371008f79.tar.xz
(gl_PREREQ_MEMRCHR): Don't check for limits.h.
Diffstat (limited to 'm4/memrchr.m4')
-rw-r--r--m4/memrchr.m48
1 files changed, 3 insertions, 5 deletions
diff --git a/m4/memrchr.m4 b/m4/memrchr.m4
index c489ec3d3..dfb0583ac 100644
--- a/m4/memrchr.m4
+++ b/m4/memrchr.m4
@@ -1,5 +1,5 @@
-# memrchr.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# memrchr.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
@@ -18,6 +18,4 @@ AC_DEFUN([gl_FUNC_MEMRCHR],
])
# Prerequisites of lib/memrchr.c.
-AC_DEFUN([gl_PREREQ_MEMRCHR], [
- AC_CHECK_HEADERS_ONCE(limits.h)
-])
+AC_DEFUN([gl_PREREQ_MEMRCHR], [:])