# HG changeset patch # User Bruno Haible # Date 1292754191 -3600 # Node ID bb671fbb31caa54a50450ac1c41698d9e9ad436f # Parent 8bb7740af8bb20fcf38851b1adc540cca793538c unistr/u8-mbsnlen: Add missing dependency. * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc. Reported by Ian Beckwith . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-19 Bruno Haible + + unistr/u8-mbsnlen: Add missing dependency. + * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc. + Reported by Ian Beckwith . + 2010-12-19 Bruno Haible iconv: Make it possible again to use this module without 'iconv-h'. diff --git a/modules/unistr/u8-mbsnlen b/modules/unistr/u8-mbsnlen --- 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])