gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / localename-tests
index 72e9582..f7633f0 100644 (file)
@@ -1,13 +1,18 @@
 Files:
 tests/test-localename.c
+tests/macros.h
 
 Depends-on:
+locale
 setenv
+unsetenv
+strdup
 
 configure.ac:
+AC_CHECK_FUNCS_ONCE([newlocale])
 
 Makefile.am:
 TESTS += test-localename
 check_PROGRAMS += test-localename
-test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
+test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)