summaryrefslogtreecommitdiff
path: root/m4/lib-check.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-14 00:03:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-14 00:03:08 +0000
commit9cfc51e083fc55a83161344848fa0ffdc392e127 (patch)
tree768aa8e4791dbf1f5bcecd588b6ccd51e4a450ae /m4/lib-check.m4
parent765f89353e6c7d13850d73f18854fbc756864756 (diff)
downloadcoreutils-9cfc51e083fc55a83161344848fa0ffdc392e127.tar.xz
Remove FESETROUND_LIBM; no longer needed.
Diffstat (limited to 'm4/lib-check.m4')
-rw-r--r--m4/lib-check.m411
1 files changed, 2 insertions, 9 deletions
diff --git a/m4/lib-check.m4 b/m4/lib-check.m4
index 2d9d0d0e2..3962d14be 100644
--- a/m4/lib-check.m4
+++ b/m4/lib-check.m4
@@ -1,4 +1,4 @@
-#serial 8
+#serial 9
dnl Misc lib-related macros for coreutils.
@@ -32,7 +32,7 @@ AC_DEFUN([cu_LIB_CHECK],
# Some programs need to link with -lm. printf does if it uses
# lib/strtod.c which uses pow. And seq uses the math functions,
- # floor, modf, rint. And sleep uses fesetround.
+ # floor, modf, rint.
# Check for these math functions used by seq.
AC_SUBST([SEQ_LIBM])
@@ -44,13 +44,6 @@ AC_DEFUN([cu_LIB_CHECK],
test "X$LIBS" = "X$cu_saved_libs" || SEQ_LIBM=-lm
LIBS=$cu_saved_libs
- AC_SUBST(FESETROUND_LIBM)
- cu_saved_libs=$LIBS
- AC_SEARCH_LIBS([fesetround], [m])
- AC_CHECK_FUNCS([fesetround])
- test "X$LIBS" = "X$cu_saved_libs" || FESETROUND_LIBM=-lm
- LIBS=$cu_saved_libs
-
# The -lsun library is required for YP support on Irix-4.0.5 systems.
# m88k/svr3 DolphinOS systems using YP need -lypsec for id.
AC_SEARCH_LIBS(yp_match, [sun ypsec])