diff options
author | Guido van Rossum <guido@python.org> | 1996-07-24 02:41:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-24 02:41:31 (GMT) |
commit | dde43176439f734513f71e36e6f1eb627825c721 (patch) | |
tree | f4fbe70c9c00a2bb40ffe5c6e7f50f25688a0ddb /configure.in | |
parent | 3912fd8781d0930174730f2c517ee44e3ab1880a (diff) | |
download | cpython-dde43176439f734513f71e36e6f1eb627825c721.zip cpython-dde43176439f734513f71e36e6f1eb627825c721.tar.gz cpython-dde43176439f734513f71e36e6f1eb627825c721.tar.bz2 |
Added putenv to AC_CHECK_FUNCS list.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b5e4f7e..7564d78 100644 --- a/configure.in +++ b/configure.in @@ -255,7 +255,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no)) # checks for library functions AC_CHECK_FUNCS(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) \ |