diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-09-09 05:13:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 05:13:00 -0700 |
commit | bed04b664729e3e6fcee42daa108936360bac6ea (patch) | |
tree | 5a8817367b922f5ee57043762b5fdf85221bfe62 /configure.ac | |
parent | logging.Formatter docs: Add missing `validate` parameter, clarify `style` par... (diff) | |
download | cpython-bed04b664729e3e6fcee42daa108936360bac6ea.tar.gz cpython-bed04b664729e3e6fcee42daa108936360bac6ea.tar.bz2 cpython-bed04b664729e3e6fcee42daa108936360bac6ea.zip |
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 49ee3f6898c..43514129dd5 100644 --- a/configure.ac +++ b/configure.ac @@ -3544,7 +3544,7 @@ AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \ if_nameindex \ - initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mmap \ + initgroups kill killpg lchown lockf linkat lstat lutimes mmap \ memrchr mbrtowc mkdirat mkfifo \ madvise mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \ |