md5, sha1, sha256, sha512: fix compile error in c++ mode
[gnulib.git] / modules / futimens-tests
index 1b72de5..a1948eb 100644 (file)
@@ -7,17 +7,17 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+gettext
 fcntl-h
 ignore-value
+nanosleep
 timespec
 dup
-usleep
 utimecmp
 
 configure.ac:
-AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 TESTS += test-futimens
 check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@