diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-10-25 19:24:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-10-25 19:24:28 +0000 |
commit | 5a3cc65b2a899d41ddd780bb1b80edb8842e6c4b (patch) | |
tree | 5c114ca8e4a99f40d0c738182121e06a352e5234 /configure.in | |
parent | e64d0760778a86582eddff0b92000ade3a09bd77 (diff) | |
download | emacs-5a3cc65b2a899d41ddd780bb1b80edb8842e6c4b.tar.gz |
Don't bother checking for drem.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |