changeset 13292:b120ed4d324f

Don't bother checking for drem.
author Karl Heuer <kwzh@gnu.org>
date Wed, 25 Oct 1995 19:24:28 +0000
parents 49de0d4ca42e
children 5270a0a465a7
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Oct 24 22:22:20 1995 +0000
+++ b/configure.in	Wed Oct 25 19:24:28 1995 +0000
@@ -1261,7 +1261,7 @@
 # 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)