diff options
author | Guido van Rossum <guido@python.org> | 1996-07-24 02:42:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-24 02:42:38 (GMT) |
commit | 57d091557cfc7900243d8d51ba491632646be35a (patch) | |
tree | d61c184d602ed5884aa8ff1e116a7ce48e68551a /configure | |
parent | dde43176439f734513f71e36e6f1eb627825c721 (diff) | |
download | cpython-57d091557cfc7900243d8d51ba491632646be35a.zip cpython-57d091557cfc7900243d8d51ba491632646be35a.tar.gz cpython-57d091557cfc7900243d8d51ba491632646be35a.tar.bz2 |
putenv
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.28 +# From configure.in Revision: 1.29 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.10 @@ -2133,7 +2133,7 @@ fi # checks for library functions for ac_func in chown clock dlopen flock ftime ftruncate \ gethostname_r getpeername getpgrp getpid gettimeofday getwd \ - link lstat mkfifo nice plock readlink \ + link lstat mkfifo nice plock putenv readlink \ select setgid setuid setsid setpgid setpgrp setvbuf \ sigaction siginterrupt sigrelse strftime symlink \ tcgetpgrp tcsetpgrp times truncate uname waitpid |