diff options
author | Skip Montanaro <skip@pobox.com> | 2004-02-07 12:55:46 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-02-07 12:55:46 (GMT) |
commit | 7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb (patch) | |
tree | b93f8e9742538a1f8485c90c5911f2c71ae99cda /configure | |
parent | 72092941125cb0a3577fbf63294d14a02bb5dd2a (diff) | |
download | cpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.zip cpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.tar.gz cpython-7e11a016e6e6baa20e85557e8f346d0fcbb9d5eb.tar.bz2 |
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12279,7 +12279,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6 - for ac_func in alarm chown clock confstr ctermid execv \ fork fpathconf ftime ftruncate \ gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ @@ -12289,7 +12288,7 @@ for ac_func in alarm chown clock confstr ctermid execv \ putenv readlink realpath \ select setegid seteuid setgid \ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \ - sigaction siginterrupt sigrelse strftime strptime \ + sigaction siginterrupt sigrelse strftime \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ truncate uname unsetenv utimes waitpid wcscoll _getpty do |