summaryrefslogtreecommitdiff
path: root/modules/mbuiter
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-09-26 13:58:51 +0000
committerBruno Haible <bruno@clisp.org>2005-09-26 13:58:51 +0000
commitbe4b03ff802ce76ee841d09d7546039d5e991127 (patch)
treeb855fd546c6cad1e001d2e97ccfe7f3645f8f998 /modules/mbuiter
parentfbf26a89d86387bcf6f801dcd4455e2751c3867e (diff)
downloadgnulib-be4b03ff802ce76ee841d09d7546039d5e991127.tar.gz
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
only be #included conditionally.
Diffstat (limited to 'modules/mbuiter')
-rw-r--r--modules/mbuiter5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/mbuiter b/modules/mbuiter
index fe3c4793f8..9c58466b13 100644
--- a/modules/mbuiter
+++ b/modules/mbuiter
@@ -4,6 +4,7 @@ Iterating through multibyte strings.
Files:
lib/mbuiter.h
m4/mbiter.m4
+m4/mbrtowc.m4
Depends-on:
mbchar
@@ -17,7 +18,9 @@ Makefile.am:
lib_SOURCES += mbuiter.h
Include:
-"mbuiter.h"
+#if HAVE_MBRTOWC
+#include "mbuiter.h"
+#endif
License:
LGPL