# HG changeset patch # User Dave Love # Date 956143755 0 # Node ID 4b02b8c1a9563e1b15782ad9458441423f2347cf # Parent 73cdcbe7fbd6e06f0245ff7c972e6a493f507491 Don't use AC_FUNC_GETLOADAVG. diff -r 73cdcbe7fbd6 -r 4b02b8c1a956 configure.in --- a/configure.in Wed Apr 19 11:24:43 2000 +0000 +++ b/configure.in Wed Apr 19 11:29:15 2000 +0000 @@ -1843,15 +1843,13 @@ 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 mblen mbrlen strsignal setitimer ualarm) +__fpending ftello getloadavg 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. # It's better to believe a function is not available