X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcbrtl;h=83c074c37cdb7ce44fea72f28cdb83e7d8169069;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=aec1cd73278123937be946253bd537fed830f1e5;hpb=8aa4d66e12c2b2cec1ed9792868f14724af2828c;p=gnulib.git diff --git a/modules/cbrtl b/modules/cbrtl index aec1cd732..83c074c37 100644 --- a/modules/cbrtl +++ b/modules/cbrtl @@ -9,6 +9,7 @@ m4/mathfunc.m4 Depends-on: math +extensions cbrt [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] isfinite [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] frexpl [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]