roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / acosl
index 3c49196f353c1ca2e84fcef1e5246c8bee4d3d98..65152ad3a0f00c042afa2c7b964eb849e271e560 100644 (file)
@@ -8,11 +8,14 @@ m4/acosl.m4
 Depends-on:
 math
 extensions
-asinl
-sqrtl
+asinl           [test $HAVE_ACOSL = 0]
+sqrtl           [test $HAVE_ACOSL = 0]
 
 configure.ac:
 gl_FUNC_ACOSL
+if test $HAVE_ACOSL = 0; then
+  AC_LIBOBJ([acosl])
+fi
 gl_MATH_MODULE_INDICATOR([acosl])
 
 Makefile.am:
@@ -24,7 +27,7 @@ Link:
 $(ACOSL_LIBM)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini