Doc update.
[pspp] / modules / truncl
index d3d88847aea46c907ffd3cd6356b33d682cc3006..8dbb75280bc1b8ee6f0a1cc4dc23d6cb8c79db57 100644 (file)
@@ -9,10 +9,13 @@ m4/truncl.m4
 Depends-on:
 math
 extensions
-float
+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: