comparison configure.in @ 28642:4b02b8c1a956

Don't use AC_FUNC_GETLOADAVG.
author Dave Love <fx@gnu.org>
date Wed, 19 Apr 2000 11:29:15 +0000
parents c5731a195ae1
children 25a6de787175
comparison
equal deleted inserted replaced
28641:73cdcbe7fbd6 28642:4b02b8c1a956
1841 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ 1841 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1842 rename closedir mkdir rmdir sysinfo \ 1842 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
1853 AC_FUNC_GETLOADAVG
1854 1852
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
1858 # than to expect to find it in ncurses. 1856 # than to expect to find it in ncurses.