1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

(jm_ICONV): Recommend GNU libiconv.

This commit is contained in:
Jim Meyering
2001-03-24 08:50:21 +00:00
parent 8fae90bd5b
commit bda130b531
+3 -3
View File
@@ -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 <stdlib.h>
#include <iconv.h>],