]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_HUMAN): Assume locale.h and localeconv exist.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 06:53:29 +0000 (06:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 06:53:29 +0000 (06:53 +0000)
m4/human.m4

index d70b219a55c753bd89ea060035963d69da4a02af..e800d740715f46414e5b0ae8224407e60c95b89b 100644 (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)
+  :
 ])