X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundf;h=86d758b90d70b6dff623ee7289e6530626de57d5;hb=43aa5dc8fd2e9cd6d001c729845b3878358eff95;hp=d77b2a198dcbaf6b971e947cf16caa8f585f4a82;hpb=13314b446d38305438b86c5baafe72395376e310;p=gnulib.git diff --git a/modules/roundf b/modules/roundf index d77b2a198..86d758b90 100644 --- a/modules/roundf +++ b/modules/roundf @@ -10,12 +10,15 @@ m4/floorf.m4 m4/ceilf.m4 Depends-on: -float math extensions +float [test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] configure.ac: gl_FUNC_ROUNDF +if test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then + AC_LIBOBJ([roundf]) +fi gl_MATH_MODULE_INDICATOR([roundf]) Makefile.am: