changeset 13939:bb671fbb31ca

unistr/u8-mbsnlen: Add missing dependency. * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc. Reported by Ian Beckwith <ianb@erislabs.net>.
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Dec 2010 11:23:11 +0100
parents 8bb7740af8bb
children 40a6cefcc5c9
files ChangeLog modules/unistr/u8-mbsnlen
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'.
--- a/modules/unistr/u8-mbsnlen
+++ b/modules/unistr/u8-mbsnlen
@@ -7,6 +7,7 @@
 Depends-on:
 unistr/base
 unistr/u8-mbtoucr
+unistr/u8-mbtouc
 
 configure.ac:
 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbsnlen])