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 &&
* 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