From b21929c0ed92d494ede82d3f9b2116ccd06c0417 Mon Sep 17 00:00:00 2001 From: Kevin Cernekee Date: Wed, 11 Feb 2015 15:22:52 -0800 Subject: [PATCH] localename: Fix Android build * modules/localename (Depends-on): Add langinfo. --- ChangeLog | 3 +++ modules/localename | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f38a67845c..68b840bfba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,9 @@ platforms) but are missing the declaration in the header file, causing the m4 logic to guess incorrectly. + localename: Fix Android build + * modules/localename (Depends-on): Add langinfo. + 2015-02-08 Daiki Ueno uniname/unimame-tests: don't link with -lunistring diff --git a/modules/localename b/modules/localename index 72a1e358c7..603796e067 100644 --- a/modules/localename +++ b/modules/localename @@ -11,6 +11,7 @@ m4/lcmessage.m4 Depends-on: strdup lock +langinfo configure.ac: gl_LOCALENAME -- 2.39.5