summaryrefslogtreecommitdiff
path: root/modules/truncf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/truncf')
-rw-r--r--modules/truncf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/truncf b/modules/truncf
index 15e35e8acf..0727d0bce1 100644
--- a/modules/truncf
+++ b/modules/truncf
@@ -13,6 +13,9 @@ float [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
configure.ac:
gl_FUNC_TRUNCF
+if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
+ AC_LIBOBJ([truncf])
+fi
gl_MATH_MODULE_INDICATOR([truncf])
Makefile.am: