regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / frexp-nolibm
index 6a909e9..6791fe1 100644 (file)
@@ -7,10 +7,13 @@ m4/frexp.m4
 
 Depends-on:
 math
-isnand-nolibm
+isnand-nolibm   [test $gl_func_frexp_no_libm != yes]
 
 configure.ac:
 gl_FUNC_FREXP_NO_LIBM
+if test $gl_func_frexp_no_libm != yes; then
+  AC_LIBOBJ([frexp])
+fi
 gl_MATH_MODULE_INDICATOR([frexp])
 
 Makefile.am: