From: Bruno Haible Date: Sun, 14 Jan 2007 22:21:36 +0000 (+0000) Subject: Clarify that does not need to exist. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1381fd736ad9ffd56b26a5d3359b3b093dcdeb;p=pspp Clarify that does not need to exist. --- diff --git a/ChangeLog b/ChangeLog index d756190d07..633ad49aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/modules/iconv b/modules/iconv index a7cbf15465..757bd5b6cc 100644 --- a/modules/iconv +++ b/modules/iconv @@ -13,7 +13,9 @@ AM_ICONV Makefile.am: Include: - +#if HAVE_ICONV +# include +#endif License: LGPL