From bda130b5318ea8cf13131c41d2a635283cab9450 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Mar 2001 08:50:21 +0000 Subject: (jm_ICONV): Recommend GNU libiconv. --- m4/iconv.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/iconv.m4 b/m4/iconv.m4 index ee8cf2995..2ff196212 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -1,13 +1,13 @@ -#serial 2 +#serial 3 dnl From Bruno Haible. AC_DEFUN(jm_ICONV, [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and - dnl those with the standalone portable libiconv installed). + dnl those with the standalone portable GNU libiconv installed). AC_CACHE_CHECK(for iconv, jm_cv_func_iconv, [ - jm_cv_func_iconv="no, consider installing libiconv" + jm_cv_func_iconv="no, consider installing GNU libiconv" jm_cv_lib_iconv=no AC_TRY_LINK([#include #include ], -- cgit v1.2.3-54-g00ecf