summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-27 10:16:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-27 10:16:42 (GMT)
commit438b534ad0e7522cadba20cd3aec41d02b2bc09b (patch)
treed8ee75a3b58dc7fdc4593b34c3b85b3c263ba068 /configure
parent8702d5f33ffb9c55b2372d3cd424b65e783c13ee (diff)
downloadcpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.zip
cpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.tar.gz
cpython-438b534ad0e7522cadba20cd3aec41d02b2bc09b.tar.bz2
Patch #657889: Implement posix.getloadavg.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 0103ba1..207eddf 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.377 .
+# From configure.in Revision: 1.378 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -12009,9 +12009,11 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
+
for ac_func in alarm chown clock confstr ctermid execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
- gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
+ gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
+ getpriority getpwent getwd \
hstrerror inet_pton kill killpg lchown lstat mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink \
@@ -12019,7 +12021,7 @@ for ac_func in alarm chown clock confstr ctermid execv \
setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strptime \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
- truncate uname unsetenv utimes waitpid wcscoll _getpty getpriority
+ truncate uname unsetenv utimes waitpid wcscoll _getpty
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5