crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / truncl
index 808c63ed84184a1624c69aedf4d844766e41129a..8dbb75280bc1b8ee6f0a1cc4dc23d6cb8c79db57 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: