X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsqrtl;h=65a91d7c98482c1746a4b83348c3845ea658e8b7;hb=9c5dea9a6b01e70026bdadf3ad62fa97ba496f93;hp=df010051c3c25a858910b98577bce52896e2b500;hpb=ff1db29caf822c7e7a41bd367779e52d9d8320ef;p=gnulib.git diff --git a/modules/sqrtl b/modules/sqrtl index df010051c..65a91d7c9 100644 --- a/modules/sqrtl +++ b/modules/sqrtl @@ -8,15 +8,15 @@ m4/sqrtl.m4 Depends-on: math extensions -float [test $HAVE_SQRTL = 0] -isnanl [test $HAVE_SQRTL = 0] -frexpl [test $HAVE_SQRTL = 0] -ldexpl [test $HAVE_SQRTL = 0] -sqrt [test $HAVE_SQRTL = 0] +sqrt [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; }] +float [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +isnanl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +frexpl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +ldexpl [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_SQRTL -if test $HAVE_SQRTL = 0; then +if test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; then AC_LIBOBJ([sqrtl]) fi gl_MATH_MODULE_INDICATOR([sqrtl])