Clarify that <iconv.h> does not need to exist.
authorBruno Haible <bruno@clisp.org>
Sun, 14 Jan 2007 22:21:36 +0000 (22:21 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Jan 2007 22:21:36 +0000 (22:21 +0000)
ChangeLog
modules/iconv

index d756190..633ad49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * tests/test-c-ctype.c: New file.
 
index a7cbf15..757bd5b 100644 (file)
@@ -13,7 +13,9 @@ AM_ICONV
 Makefile.am:
 
 Include:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
 
 License:
 LGPL