aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-04-19 11:29:15 +0000
committerDave Love2000-04-19 11:29:15 +0000
commit396c44015293bad04cab165f8eb832043583712e (patch)
tree3abef21665a15a6e789eb79a05418c5d628a8664
parentcd667a182dc54904427ae089aadd791d1373abb9 (diff)
downloademacs-396c44015293bad04cab165f8eb832043583712e.tar.gz
emacs-396c44015293bad04cab165f8eb832043583712e.zip
Don't use AC_FUNC_GETLOADAVG.
-rw-r--r--configure.in4
1 files changed, 1 insertions, 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 \
1843random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1843random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1844strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1844strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1845utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ 1845utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
1846__fpending ftello mblen mbrlen strsignal setitimer ualarm) 1846__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm)
1847 1847
1848AC_FUNC_MKTIME 1848AC_FUNC_MKTIME
1849if test "$ac_cv_func_working_mktime" = no; then 1849if test "$ac_cv_func_working_mktime" = no; then
1850 AC_DEFINE(BROKEN_MKTIME) 1850 AC_DEFINE(BROKEN_MKTIME)
1851fi 1851fi
1852 1852
1853AC_FUNC_GETLOADAVG
1854
1855# Check this now, so that we will NOT find the above functions in ncurses. 1853# Check this now, so that we will NOT find the above functions in ncurses.
1856# That is because we have not set up to link ncurses in lib-src. 1854# That is because we have not set up to link ncurses in lib-src.
1857# It's better to believe a function is not available 1855# It's better to believe a function is not available