From 396c44015293bad04cab165f8eb832043583712e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 19 Apr 2000 11:29:15 +0000 Subject: [PATCH] Don't use AC_FUNC_GETLOADAVG. --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 86913c5b5aa..e6a2dd72ff4 100644 --- a/configure.in +++ b/configure.in @@ -1843,15 +1843,13 @@ rename closedir mkdir rmdir sysinfo \ 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 -- 2.39.5