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 d453f44555adcaf3991b72436b44cd3637ae6052..171f8b651f6b66a8277f7cf50db2f81c3edd1910 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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'.
index 372626a07152cc547210025bd3fdc490a0cd2230..c3a6937964a657ea1e4355c94e643620ef3e8407 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])