sys_utsname: Add support for Minix.
[gnulib.git] / modules / sqrtl
index dec1db3..df01005 100644 (file)
@@ -16,6 +16,9 @@ sqrt            [test $HAVE_SQRTL = 0]
 
 configure.ac:
 gl_FUNC_SQRTL
+if test $HAVE_SQRTL = 0; then
+  AC_LIBOBJ([sqrtl])
+fi
 gl_MATH_MODULE_INDICATOR([sqrtl])
 
 Makefile.am:
@@ -27,7 +30,7 @@ Link:
 $(SQRTL_LIBM)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini