mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
Don't bother checking for drem.
This commit is contained in:
parent
e64d076077
commit
5a3cc65b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue