diff modules/iconv @ 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 2cb18c08d152
children 5c79d44f739d
line wrap: on
line diff
--- a/modules/iconv
+++ b/modules/iconv
@@ -13,7 +13,9 @@
 Makefile.am:
 
 Include:
-<iconv.h>
+#if HAVE_ICONV
+# include <iconv.h>
+#endif
 
 License:
 LGPL