diff options
| author | Dave Love | 2000-04-19 11:29:15 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-19 11:29:15 +0000 |
| commit | 396c44015293bad04cab165f8eb832043583712e (patch) | |
| tree | 3abef21665a15a6e789eb79a05418c5d628a8664 | |
| parent | cd667a182dc54904427ae089aadd791d1373abb9 (diff) | |
| download | emacs-396c44015293bad04cab165f8eb832043583712e.tar.gz emacs-396c44015293bad04cab165f8eb832043583712e.zip | |
Don't use AC_FUNC_GETLOADAVG.
| -rw-r--r-- | configure.in | 4 |
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 \ | |||
| 1843 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 1843 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 1844 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 1844 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 1845 | utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ | 1845 | utimes 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 | ||
| 1848 | AC_FUNC_MKTIME | 1848 | AC_FUNC_MKTIME |
| 1849 | if test "$ac_cv_func_working_mktime" = no; then | 1849 | if test "$ac_cv_func_working_mktime" = no; then |
| 1850 | AC_DEFINE(BROKEN_MKTIME) | 1850 | AC_DEFINE(BROKEN_MKTIME) |
| 1851 | fi | 1851 | fi |
| 1852 | 1852 | ||
| 1853 | AC_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 |