Added putenv to AC_CHECK_FUNCS list.

This commit is contained in:
Guido van Rossum 1996-07-24 02:41:31 +00:00
parent 3912fd8781
commit dde4317643
1 changed files with 1 additions and 1 deletions

View File

@ -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) \