autoupdate
[gnulib.git] / modules / fmodf
index 6d9276d..83f29bc 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-fmodf() function: remainder.
+fmodf() function: floating-point remainder function.
 
 Files:
 lib/fmodf.c
@@ -7,11 +7,12 @@ m4/fmodf.m4
 
 Depends-on:
 math
-fmod            [test $HAVE_FMODF = 0]
+extensions
+fmod            [test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1]
 
 configure.ac:
 gl_FUNC_FMODF
-if test $HAVE_FMODF = 0; then
+if test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1; then
   AC_LIBOBJ([fmodf])
 fi
 gl_MATH_MODULE_INDICATOR([fmodf])