diff modules/mbiter @ 6301:015760832874

Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can only be #included conditionally.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Sep 2005 13:58:51 +0000
parents 283b5e8d287a
children 4d1bebb0f82b
line wrap: on
line diff
--- a/modules/mbiter
+++ b/modules/mbiter
@@ -4,6 +4,7 @@
 Files:
 lib/mbiter.h
 m4/mbiter.m4
+m4/mbrtowc.m4
 
 Depends-on:
 mbchar
@@ -16,7 +17,9 @@
 lib_SOURCES += mbiter.h
 
 Include:
-"mbiter.h"
+#if HAVE_MBRTOWC
+#include "mbiter.h"
+#endif
 
 License:
 LGPL