mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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 to the list of platforms missing monetary.h.
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
Files:
|
|
tests/test-duplocale.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
langinfo
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([duplocale])
|
|
AC_CHECK_HEADERS([monetary.h])
|
|
|
|
Makefile.am:
|
|
TESTS += test-duplocale
|
|
check_PROGRAMS += test-duplocale
|