unistr/u8-mbsnlen: Add missing dependency.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 10:23:11 +0000 (11:23 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 10:23:11 +0000 (11:23 +0100)
* modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc.
Reported by Ian Beckwith <ianb@erislabs.net>.

ChangeLog
modules/unistr/u8-mbsnlen

index d453f44..171f8b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-19  Bruno Haible  <bruno@clisp.org>
 
+       unistr/u8-mbsnlen: Add missing dependency.
+       * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc.
+       Reported by Ian Beckwith <ianb@erislabs.net>.
+
+2010-12-19  Bruno Haible  <bruno@clisp.org>
+
        iconv: Make it possible again to use this module without 'iconv-h'.
        * modules/iconv (configure.ac): Don't invoke gl_ICONV_MODULE_INDICATOR
        if it is not defined.
index 372626a..c3a6937 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u8-mbsnlen.c
 Depends-on:
 unistr/base
 unistr/u8-mbtoucr
+unistr/u8-mbtouc
 
 configure.ac:
 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbsnlen])