changeset 7871:218f86d19cfa

Clarify that <iconv.h> does not need to exist.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Jan 2007 22:21:36 +0000
parents d0a083ba411f
children 96efe9fbb2f4
files ChangeLog modules/iconv
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-14  Bruno Haible  <bruno@clisp.org>
+
+	* modules/iconv (Include): Clarify that <iconv.h> can only be included
+	if iconv is found to exist.
+
 2007-01-14  Bruno Haible  <bruno@clisp.org>
 
 	* modules/c-ctype-tests: New file.
--- a/modules/iconv
+++ b/modules/iconv
@@ -13,7 +13,9 @@
 Makefile.am:
 
 Include:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
 
 License:
 LGPL