summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-19 10:55:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-19 10:55:19 (GMT)
commit382abeff0f1a53ffaaddfea06e8721bf42b66502 (patch)
treeb59671b10eefc9082b426aa1d5c4304e26fbb9db /configure
parent0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c (diff)
downloadcpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.zip
cpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.tar.gz
cpython-382abeff0f1a53ffaaddfea06e8721bf42b66502.tar.bz2
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
functions on platforms where the underlying system calls are available.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure b/configure
index ac97264..9065cb9 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 52843 .
+# From configure.in Revision: 53508 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6.
#
@@ -14718,11 +14718,13 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
-for ac_func in alarm bind_textdomain_codeset chown clock confstr ctermid \
- execv fork fpathconf ftime ftruncate \
+
+
+for ac_func in alarm bind_textdomain_codeset chflags chown clock confstr \
+ ctermid execv fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getpwent getspnam getspent getsid getwd \
- kill killpg lchown lstat mkfifo mknod mktime \
+ kill killpg lchflags lchown lstat mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink realpath \
select setegid seteuid setgid \