X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fceill;h=a5d860fc2080cf25e97870ef1460ca28c64e7202;hb=a6ae1bb228f3bcfac76095600d05969d214ed65f;hp=51d5b92bc50e61d86ed490d6bda43bed9804722e;hpb=721f56dcf49f8f004f609cc966f876922faad1a8;p=gnulib.git diff --git a/modules/ceill b/modules/ceill index 51d5b92bc..a5d860fc2 100644 --- a/modules/ceill +++ b/modules/ceill @@ -9,10 +9,14 @@ m4/ceill.m4 Depends-on: math extensions -float [test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1] +ceil [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +float [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_CEILL +if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then + AC_LIBOBJ([ceill]) +fi gl_MATH_MODULE_INDICATOR([ceill]) Makefile.am: