X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundf;h=619233db1c65dbb2e51afa20cb138503050228c9;hb=8f7425866463f994538584d1dd7211603b8b0550;hp=d9c283eb33dec95144a5bdff150d0ffbe73ff521;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/roundf b/modules/roundf index d9c283eb3..619233db1 100644 --- a/modules/roundf +++ b/modules/roundf @@ -12,10 +12,13 @@ m4/ceilf.m4 Depends-on: math extensions -float [test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] +float [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] configure.ac: gl_FUNC_ROUNDF +if test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then + AC_LIBOBJ([roundf]) +fi gl_MATH_MODULE_INDICATOR([roundf]) Makefile.am: