crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / localename-tests
index 79ce11ea44852f67da787076fb490f29bdf2fcfc..f7633f03b9a2ac380204510a8435f2b30dbe15e1 100644 (file)
@@ -1,14 +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)