diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/human.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/human.m4 b/m4/human.m4 index d70b219a5..e800d7407 100644 --- a/m4/human.m4 +++ b/m4/human.m4 @@ -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) + : ]) |