X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fceill;h=4ab7f3857552ba9fcfc5b699eafaaf87b4c16d0e;hb=7170ee077cc44186a70cb264ceb8352a1349e05b;hp=51d5b92bc50e61d86ed490d6bda43bed9804722e;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=pspp diff --git a/modules/ceill b/modules/ceill index 51d5b92bc5..4ab7f38575 100644 --- a/modules/ceill +++ b/modules/ceill @@ -13,6 +13,9 @@ float [test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1] 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: