From: Bruno Haible Date: Sun, 19 Dec 2010 10:23:11 +0000 (+0100) Subject: unistr/u8-mbsnlen: Add missing dependency. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4e9927b3d39a2f5aaceb26b2ff773bd59c37ee;p=pspp 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 index d453f44555..171f8b651f 100644 --- 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 index 372626a071..c3a6937964 100644 --- a/modules/unistr/u8-mbsnlen +++ b/modules/unistr/u8-mbsnlen @@ -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])