Fix indentation in previous patch.
[gnulib.git] / modules / log10f
index d6c5b8b..5826be9 100644 (file)
@@ -7,11 +7,12 @@ m4/log10f.m4
 
 Depends-on:
 math
-log10           [test $HAVE_LOG10F = 0]
+extensions
+log10           [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
 
 configure.ac:
 gl_FUNC_LOG10F
-if test $HAVE_LOG10F = 0; then
+if test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1; then
   AC_LIBOBJ([log10f])
 fi
 gl_MATH_MODULE_INDICATOR([log10f])