Re: [PATCH 10/11] duplocale: Fix Android build of duplocale-tests

2018-12-15 Thread Bruno Haible
Kevin Cernekee submitted this on 2015-02-12: > diff --git a/tests/test-duplocale.c b/tests/test-duplocale.c > index f5da517bf3f8..18913f1b8b7d 100644 > --- a/tests/test-duplocale.c > +++ b/tests/test-duplocale.c > @@ -20,7 +20,7 @@ > > #include > > -#if HAVE_DUPLOCALE > +#if HAVE_DUPLOCALE &&

[PATCH 10/11] duplocale: Fix Android build of duplocale-tests

2015-02-11 Thread Kevin Cernekee
* modules/duplocale-tests (Depends-on): Add langinfo, as the header is included by test-duplocale.c (but not by duplocale.c). * modules/duplocale-tests (configure.ac): Check for monetary.h. * tests/test-duplocale.c: Skip test if monetary.h is absent. * doc/posix-headers/monetary.texi: Add Android t