snippet/warn-on-use: Fix indentation.
[gnulib.git] / modules / sqrtl
index d7f73ca..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: