1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-03 00:06:41 +02:00

(gl_HUMAN): Assume locale.h and localeconv exist.

This commit is contained in:
Paul Eggert
2004-12-02 06:53:29 +00:00
parent 98902d4bfb
commit 7e01484e7f
+2 -3
View File
@@ -1,4 +1,4 @@
# human.m4 serial 5
# human.m4 serial 6
dnl Copyright (C) 2002, 2003, 2004 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
@@ -13,6 +13,5 @@ AC_DEFUN([gl_HUMAN],
AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
dnl Prerequisites of lib/human.c.
AC_CHECK_HEADERS_ONCE(locale.h)
AC_CHECK_FUNCS_ONCE(localeconv)
:
])