5 m4/intl-thread-locale.m4
11 AC_CHECK_FUNCS_ONCE([strfmon_l snprintf_l])
12 gl_CHECK_FUNCS_ANDROID([duplocale], [[#include <locale.h>]])
13 gl_CHECK_FUNCS_ANDROID([nl_langinfo_l], [[#include <langinfo.h>]])
14 AC_CHECK_HEADERS_ONCE([monetary.h])
18 TESTS += test-duplocale
19 check_PROGRAMS += test-duplocale
20 test_duplocale_LDADD = $(LDADD) $(SETLOCALE_LIB) @DUPLOCALE_LIB@