Ensure that fseeko is declared when possible.
[gnulib.git] / modules / striconv-tests
index 9f12ca0..5efc9e0 100644 (file)
@@ -8,5 +8,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-striconv
 check_PROGRAMS += test-striconv
-test_striconv_LDADD = @LIBICONV@ $(LDADD)
+test_striconv_LDADD = $(LDADD) @LIBICONV@