summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-15 19:20:27 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-15 19:20:27 (GMT)
commit6b3cc524c0df6816e75480c41774eafe0b2ac455 (patch)
treee90cf44f405f54e143555c40a335df0f2b292aac /configure.in
parent188ecd141aecf95dda9405a569db65156f1bc89f (diff)
downloadcpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.zip
cpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.tar.gz
cpython-6b3cc524c0df6816e75480c41774eafe0b2ac455.tar.bz2
Add a test for fchdir().
This is part of SF feature #536796.
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 d3211a0..7aef29a 100644
--- a/configure.in
+++ b/configure.in
@@ -1580,7 +1580,7 @@ AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \
- flock fork fsync fdatasync fpathconf ftime ftruncate \
+ fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
nice pathconf pause plock poll pthread_init \