diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-04 22:44:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-04 22:44:26 (GMT) |
commit | 244edc89852ef4c0338438e94c7f3801f289f83e (patch) | |
tree | 58c5aa8e22e44fdc8b6d1b3f99facf5bb79d9c8d /configure | |
parent | fcc16330a4f751c0ff0d9c02f0762ce0eaf230bf (diff) | |
download | cpython-244edc89852ef4c0338438e94c7f3801f289f83e.zip cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.gz cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.bz2 |
Add chroot call. Implements feature #459267.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |