summaryrefslogtreecommitdiff
path: root/m4/error.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-16 10:20:54 +0000
committerJim Meyering <jim@meyering.net>2002-09-16 10:20:54 +0000
commitbed74c5f2c31c9507402fb83961c3b01084e6593 (patch)
tree208f8510d64188e4bf20c939e6421d552da3ee94 /m4/error.m4
parent9679e3f15613ce49fac939454e58c802639022ce (diff)
downloadcoreutils-bed74c5f2c31c9507402fb83961c3b01084e6593.tar.xz
(jm_PREREQ_ERROR): Check for libintl.h.
Diffstat (limited to 'm4/error.m4')
-rw-r--r--m4/error.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index 3fddb5c11..717725d61 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
dnl FIXME: put these prerequisite-only *.m4 files in a separate
dnl directory -- otherwise, they'll conflict with existing files.
@@ -8,6 +8,7 @@ AC_DEFUN([jm_PREREQ_ERROR],
[
AC_CHECK_FUNCS(strerror vprintf doprnt)
AC_CHECK_DECLS([strerror])
+ AC_CHECK_HEADERS([libintl.h])
AC_FUNC_STRERROR_R
AC_HEADER_STDC
])