summaryrefslogtreecommitdiff
path: root/m4/exclude.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:01:08 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:01:08 +0000
commit935960ac6770e2d48a1bd6fa1ea5f18bee787850 (patch)
tree4f22f375e948fb02726e2023303c77dbb2826452 /m4/exclude.m4
parentc21873f8bba7aa0783012dc7bc3c1584c415d429 (diff)
downloadcoreutils-935960ac6770e2d48a1bd6fa1ea5f18bee787850.tar.xz
Do not check for stdlib.h, string.h, strings.h.
Diffstat (limited to 'm4/exclude.m4')
-rw-r--r--m4/exclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/exclude.m4 b/m4/exclude.m4
index 88d2874fa..6ea17e387 100644
--- a/m4/exclude.m4
+++ b/m4/exclude.m4
@@ -1,4 +1,4 @@
-# exclude.m4 serial 2
+# exclude.m4 serial 3
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
@@ -11,6 +11,5 @@ AC_DEFUN([gl_EXCLUDE],
dnl Prerequisites of lib/exclude.c.
AC_REQUIRE([AC_C_INLINE])
AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS_ONCE(stdlib.h string.h strings.h)
AC_CHECK_FUNCS_ONCE(isascii)
])