X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fasinl;h=8abb65b85ad2ab122f5e7a7538400b17e78b42c1;hb=0f5a4162a9a8361be7e1c63b8e438002bfdee945;hp=19e049c2ac0a454885073f83f94e418c273a41b9;hpb=622614060bdf3f9d66a61a8789eecbf29d6b2a36;p=gnulib.git diff --git a/modules/asinl b/modules/asinl index 19e049c2a..8abb65b85 100644 --- a/modules/asinl +++ b/modules/asinl @@ -8,10 +8,14 @@ m4/asinl.m4 Depends-on: math extensions -sqrtl [test $HAVE_ASINL = 0] +asin [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +sqrtl [test $HAVE_ASINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_ASINL +if test $HAVE_ASINL = 0; then + AC_LIBOBJ([asinl]) +fi gl_MATH_MODULE_INDICATOR([asinl]) Makefile.am: