From fb1381fd736ad9ffd56b26a5d3359b3b093dcdeb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Jan 2007 22:21:36 +0000 Subject: [PATCH] Clarify that does not need to exist. --- ChangeLog | 5 +++++ modules/iconv | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d756190d0..633ad49ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-01-14 Bruno Haible + * modules/iconv (Include): Clarify that can only be included + if iconv is found to exist. + +2007-01-14 Bruno Haible + * modules/c-ctype-tests: New file. * tests/test-c-ctype.c: New file. diff --git a/modules/iconv b/modules/iconv index a7cbf1546..757bd5b6c 100644 --- a/modules/iconv +++ b/modules/iconv @@ -13,7 +13,9 @@ AM_ICONV Makefile.am: Include: - +#if HAVE_ICONV +# include +#endif License: LGPL -- 2.11.0