summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/iconv4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d756190d07..633ad49aed 100644
--- 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.
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:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
License:
LGPL