Exploit the __builtin_signbit GCC built-in.
[gnulib.git] / modules / mbiter
index 49ce8a2..427cbe1 100644 (file)
@@ -4,9 +4,11 @@ Iterating through multibyte strings.
 Files:
 lib/mbiter.h
 m4/mbiter.m4
+m4/mbrtowc.m4
 
 Depends-on:
 mbchar
+wchar
 stdbool
 
 configure.ac:
@@ -16,7 +18,9 @@ Makefile.am:
 lib_SOURCES += mbiter.h
 
 Include:
-"mbiter.h"
+#if HAVE_MBRTOWC
+#include "mbiter.h"
+#endif
 
 License:
 LGPL