diff options
author | Guido van Rossum <guido@python.org> | 1996-07-24 02:41:31 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-24 02:41:31 +0000 |
commit | c5a9c1c381860914dd7ba9f049d3890e0885eb68 (patch) | |
tree | 7b30c1e437ecfb6f007185f0addbb20e4a58e4d2 /configure.in | |
parent | 6f5f21855d407d1c05ca7a2cbf13ad479b689066 (diff) | |
download | cpython-c5a9c1c381860914dd7ba9f049d3890e0885eb68.tar.gz |
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 b5e4f7ec7e..7564d78ece 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) \ |