doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / math-c++-tests
index 35f37b8..796e3d1 100644 (file)
@@ -17,5 +17,5 @@ TESTS += test-math-c++
 check_PROGRAMS += test-math-c++
 test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
 # These link dependencies are needed on IRIX 6.5 with cc.
-test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM)
+test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
 endif