From: Kevin Cernekee Date: Wed, 11 Feb 2015 23:22:52 +0000 (-0800) Subject: localename: Fix Android build X-Git-Tag: v1.0~7153 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b21929c0ed92d494ede82d3f9b2116ccd06c0417;p=gnulib.git localename: Fix Android build * modules/localename (Depends-on): Add langinfo. --- 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