summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-14 22:21:36 +0000
committerBruno Haible <bruno@clisp.org>2007-01-14 22:21:36 +0000
commitfb1381fd736ad9ffd56b26a5d3359b3b093dcdeb (patch)
tree7ad73534f13aebd04dba237359c31c5adb2dba68
parent90d4fc1db2b3ad2b288bbdb14d8dc72bc33b0185 (diff)
downloadgnulib-fb1381fd736ad9ffd56b26a5d3359b3b093dcdeb.tar.gz
Clarify that <iconv.h> does not need to exist.
-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