summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:44:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-04 22:44:26 (GMT)
commit244edc89852ef4c0338438e94c7f3801f289f83e (patch)
tree58c5aa8e22e44fdc8b6d1b3f99facf5bb79d9c8d /configure.in
parentfcc16330a4f751c0ff0d9c02f0762ce0eaf230bf (diff)
downloadcpython-244edc89852ef4c0338438e94c7f3801f289f83e.zip
cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.gz
cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.bz2
Add chroot call. Implements feature #459267.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d8fffc0..c190b70 100644
--- a/configure.in
+++ b/configure.in
@@ -1316,7 +1316,7 @@ fi
AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
-AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
+AC_CHECK_FUNCS(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 \