pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
[gnulib.git] / modules / truncl
index 808c63e..8dbb752 100644 (file)
@@ -13,6 +13,9 @@ float           [test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1]
 
 configure.ac:
 gl_FUNC_TRUNCL
+if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
+  AC_LIBOBJ([truncl])
+fi
 gl_MATH_MODULE_INDICATOR([truncl])
 
 Makefile.am: