From: Noah Misch Date: Sun, 3 Jan 2021 18:17:52 +0000 (+0100) Subject: iconv_open: Fix module description. X-Git-Tag: v1.0~3224 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e45804b438f170aefdfc64c7aed4b6fc90d1b4e0;p=gnulib.git iconv_open: Fix module description. * modules/iconv_open (Include): Check HAVE_ICONV, like modules/iconv. --- diff --git a/ChangeLog b/ChangeLog index 82e4a10155..78fa7be9e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-03 Noah Misch + + iconv_open: Fix module description. + * modules/iconv_open (Include): Check HAVE_ICONV, like modules/iconv. + 2021-01-03 Bruno Haible stddef: Override wrong max_align_t on AIX 7 with xlc in 64-bit mode. diff --git a/modules/iconv_open b/modules/iconv_open index 3486901e50..dba45920ad 100644 --- a/modules/iconv_open +++ b/modules/iconv_open @@ -58,7 +58,9 @@ MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h ico EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h iconv_open-zos.h Include: - +#if HAVE_ICONV +# include +#endif Link: $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise