X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fceill;h=a5d860fc2080cf25e97870ef1460ca28c64e7202;hb=82f7e927e27fc886c514e3146494a2f1c310dffa;hp=51d5b92bc50e61d86ed490d6bda43bed9804722e;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;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: