mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added putenv to AC_CHECK_FUNCS list.
This commit is contained in:
parent
3912fd8781
commit
dde4317643
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue