From: Bruno Haible Date: Sun, 14 Jan 2007 22:21:36 +0000 (+0000) Subject: Clarify that does not need to exist. X-Git-Tag: cvs-readonly~1347 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fb1381fd736ad9ffd56b26a5d3359b3b093dcdeb;p=gnulib.git Clarify that does not need to exist. --- 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