NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / cbrtf
index 8de0368..c07e8ec 100644 (file)
@@ -9,14 +9,15 @@ m4/mathfunc.m4
 
 Depends-on:
 math
-isfinite        [test $HAVE_CBRTF = 0]
-fabsf           [test $HAVE_CBRTF = 0]
-frexpf          [test $HAVE_CBRTF = 0]
-ldexpf          [test $HAVE_CBRTF = 0]
+extensions
+isfinite        [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
+fabsf           [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
+frexpf          [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
+ldexpf          [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
 
 configure.ac:
 gl_FUNC_CBRTF
-if test $HAVE_CBRTF = 0; then
+if test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1; then
   AC_LIBOBJ([cbrtf])
 fi
 gl_MATH_MODULE_INDICATOR([cbrtf])