summaryrefslogtreecommitdiff
path: root/m4/hard-locale.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/hard-locale.m4
parent0a6d9e524edbb84b0b3e1b7cf72bbba80c4d9fd2 (diff)
downloadcoreutils-d2ae942a8538f7440c202136daf563e9be906e6f.tar.xz
(gl_HASH): Do not check for stdlib.h, malloc, free.
Diffstat (limited to 'm4/hard-locale.m4')
-rw-r--r--m4/hard-locale.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/hard-locale.m4 b/m4/hard-locale.m4
index 79f24d28d..3e2a08ccb 100644
--- a/m4/hard-locale.m4
+++ b/m4/hard-locale.m4
@@ -1,5 +1,5 @@
-# hard-locale.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# hard-locale.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
@@ -9,6 +9,6 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_HARD_LOCALE],
[
dnl Prerequisites of lib/hard-locale.c.
- AC_CHECK_HEADERS_ONCE(locale.h stdlib.h string.h)
+ AC_CHECK_HEADERS_ONCE(locale.h)
AC_CHECK_FUNCS_ONCE(setlocale)
])