summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 10:08:50 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 10:08:50 +0000
commit5b44f5ef16eff896752b3c241395721289528000 (patch)
tree24391163f01312de599f0ddb44c2c0e585549aed /m4
parentf566b02c23cddc72284fc8f97ba1cad8f138e203 (diff)
downloadcoreutils-5b44f5ef16eff896752b3c241395721289528000.tar.xz
(gl_UNICODEIO): Remove <string.h> check.
Diffstat (limited to 'm4')
-rw-r--r--m4/unicodeio.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/unicodeio.m4 b/m4/unicodeio.m4
index 8ff756c51..3e7ea7828 100644
--- a/m4/unicodeio.m4
+++ b/m4/unicodeio.m4
@@ -1,5 +1,5 @@
-# unicodeio.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# unicodeio.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
@@ -8,6 +8,6 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_UNICODEIO],
[
- dnl Prerequisites of lib/unicodeio.c.
- AC_CHECK_HEADERS_ONCE(string.h)
+ dnl No prerequisites of lib/unicodeio.c.
+ :
])