unistr/u8-strcmp: Avoid collision with libc function on Solaris 11.
[gnulib.git] / modules / unistr / u8-to-u32
index 7b3dcb5..d4d7911 100644 (file)
@@ -6,12 +6,15 @@ lib/unistr/u8-to-u32.c
 
 Depends-on:
 unistr/base
-unistr/u8-mbtouc
+unistr/u8-mbtoucr
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.3], [unistr/u8-to-u32])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32
 lib_SOURCES += unistr/u8-to-u32.c
+endif
 
 Include:
 "unistr.h"