From 5faeb25c182e14936d47c8fa5ec68767817c71f8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 25 Oct 1995 19:24:28 +0000 Subject: Don't bother checking for drem. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index edea46533b5..5148f32356e 100644 --- a/configure.in +++ b/configure.in @@ -1261,7 +1261,7 @@ AC_FUNC_ALLOCA # On HPUX 9.01, -lm does not contain logb, so check for sqrt. AC_CHECK_LIB(m, sqrt(0.0) + t) AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ -random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ +random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ strerror fpathconf select mktime eaccess getpagesize tzset) AC_MSG_CHECKING(whether localtime caches TZ) -- cgit v1.2.1