Mercurial > emacs
changeset 28582:c5731a195ae1
Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 14 Apr 2000 11:21:41 +0000 |
parents | 151b7ae3b21f |
children | 0c4dc9f274f0 |
files | configure.in |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Apr 13 23:38:19 2000 +0000 +++ b/configure.in Fri Apr 14 11:21:41 2000 +0000 @@ -1843,7 +1843,14 @@ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ -__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm) +__fpending ftello mblen mbrlen strsignal setitimer ualarm) + +AC_FUNC_MKTIME +if test "$ac_cv_func_working_mktime" = no; then + AC_DEFINE(BROKEN_MKTIME) +fi + +AC_FUNC_GETLOADAVG # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src.