diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-01-16 10:09:41 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-01-16 10:09:41 (GMT) |
commit | d1bb06f7ad8eee9a99cf4d3faecf0dd2b5fd8c84 (patch) | |
tree | 51273b2fd6017e4f7218b500e39aaf4c392c16af /configure | |
parent | 30c8a11836aca6a30944675ee0ac83be13c6a85b (diff) | |
download | cpython-d1bb06f7ad8eee9a99cf4d3faecf0dd2b5fd8c84.zip cpython-d1bb06f7ad8eee9a99cf4d3faecf0dd2b5fd8c84.tar.gz cpython-d1bb06f7ad8eee9a99cf4d3faecf0dd2b5fd8c84.tar.bz2 |
regenerated using autoconf, includes dirfd test.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9396,7 +9396,7 @@ $as_echo "MACHDEP_OBJS" >&6; } # checks for library functions for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ - clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat \ + clock confstr ctermid dirfd execv faccessat fchmod fchmodat fchown fchownat \ fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \ futimens futimes gai_strerror \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ |