diff options
Diffstat (limited to 'modules/sqrtl')
-rw-r--r-- | modules/sqrtl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/sqrtl b/modules/sqrtl index d4886665af..d7f73cac92 100644 --- a/modules/sqrtl +++ b/modules/sqrtl @@ -8,11 +8,11 @@ m4/sqrtl.m4 Depends-on: math extensions -float -isnanl -frexpl -ldexpl -sqrt +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] configure.ac: gl_FUNC_SQRTL @@ -27,7 +27,7 @@ Link: $(SQRTL_LIBM) License: -GPL +LGPL Maintainer: Paolo Bonzini |