X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftrunc;h=34f33391e06800ce8195cfdfc1cd0b5c2ddf1046;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=8153edafcae21e0b39622056240454223038f93e;hpb=ec0af5d579654eb83aafc76940412b3bc106d558;p=gnulib.git diff --git a/modules/trunc b/modules/trunc index 8153edafc..34f33391e 100644 --- a/modules/trunc +++ b/modules/trunc @@ -7,10 +7,14 @@ m4/trunc.m4 Depends-on: math -float +extensions +float [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1] configure.ac: gl_FUNC_TRUNC +if test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1; then + AC_LIBOBJ([trunc]) +fi gl_MATH_MODULE_INDICATOR([trunc]) Makefile.am: