summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:44:26 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:44:26 +0000
commit244edc89852ef4c0338438e94c7f3801f289f83e (patch)
tree58c5aa8e22e44fdc8b6d1b3f99facf5bb79d9c8d /configure
parentfcc16330a4f751c0ff0d9c02f0762ce0eaf230bf (diff)
downloadcpython-git-244edc89852ef4c0338438e94c7f3801f289f83e.tar.gz
Add chroot call. Implements feature #459267.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d4af9b2b6c..51384dff02 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.261
+# From configure.in Revision: 1.262
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -4683,7 +4683,7 @@ fi
echo "$ac_t""MACHDEP_OBJS" 1>&6
# checks for library functions
-for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
+for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
hstrerror inet_pton kill link lstat mkfifo mktime mremap \