X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fldexpl;h=69b2228331b691610e382b6f7262ddd4e074b144;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=b6d31173432611c02ac0f59817f35eea6087ca1a;hpb=a9726590e0b9101d70750a06ca624f27c2e9a769;p=gnulib.git diff --git a/modules/ldexpl b/modules/ldexpl index b6d311734..69b222833 100644 --- a/modules/ldexpl +++ b/modules/ldexpl @@ -7,8 +7,10 @@ m4/ldexpl.m4 Depends-on: math -isnanl [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no] -fpucw [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no] +extensions +ldexp [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +isnanl [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +fpucw [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_LDEXPL