X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Froundl;h=91671f4411ac460a154a4ed854cbc084640646af;hb=a49d519a875d441918b7bcb292d7d046cc7853ac;hp=9eb9f1de544b0657a1b1fd8c3b10aef282acfd8a;hpb=13314b446d38305438b86c5baafe72395376e310;p=gnulib.git diff --git a/modules/roundl b/modules/roundl index 9eb9f1de5..91671f441 100644 --- a/modules/roundl +++ b/modules/roundl @@ -10,12 +10,15 @@ m4/floorl.m4 m4/ceill.m4 Depends-on: -float math extensions +float [test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1] configure.ac: gl_FUNC_ROUNDL +if test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then + AC_LIBOBJ([roundl]) +fi gl_MATH_MODULE_INDICATOR([roundl]) Makefile.am: