From f5dc57abe66c71f26914c8d6000515dbd3a411dc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Apr 2008 20:05:53 +0200 Subject: [PATCH] Fix module dependencies. --- ChangeLog | 5 +++++ modules/uniconv/u32-conv-to-enc | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e3370705..e78cbdbb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-04-20 Bruno Haible + * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen, + unistr/u8-mblen. + +2008-04-20 Bruno Haible + Fix test failure on platforms with non-GNU iconv. * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function. (U_TO_U8): Use it, rather than u16_to_u8. diff --git a/modules/uniconv/u32-conv-to-enc b/modules/uniconv/u32-conv-to-enc index 86b8cbd53..798d96668 100644 --- a/modules/uniconv/u32-conv-to-enc +++ b/modules/uniconv/u32-conv-to-enc @@ -10,6 +10,8 @@ uniconv/base striconveha uniconv/u8-conv-to-enc unistr/u32-to-u8 +unistr/u32-mblen +unistr/u8-mblen configure.ac: -- 2.11.0