summaryrefslogtreecommitdiff
path: root/m4/hash.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 06:30:49 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 06:30:49 +0000
commitd2ae942a8538f7440c202136daf563e9be906e6f (patch)
tree243f6b16888a1ea8b35df9062aef17e6e6102e7f /m4/hash.m4
parent0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2 (diff)
downloadcoreutils-d2ae942a8538f7440c202136daf563e9be906e6f.tar.xz
(gl_HASH): Do not check for stdlib.h, malloc, free.
Diffstat (limited to 'm4/hash.m4')
-rw-r--r--m4/hash.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/hash.m4 b/m4/hash.m4
index ab48a1d23..9fe3211f9 100644
--- a/m4/hash.m4
+++ b/m4/hash.m4
@@ -1,4 +1,4 @@
-# hash.m4 serial 2
+# hash.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
@@ -10,6 +10,4 @@ AC_DEFUN([gl_HASH],
[
dnl Prerequisites of lib/hash.c.
AC_REQUIRE([AM_STDBOOL_H])
- AC_CHECK_HEADERS_ONCE(stdlib.h)
- AC_CHECK_DECLS_ONCE(free malloc)
])