Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dde4317

Browse files
committed
Added putenv to AC_CHECK_FUNCS list.
1 parent 3912fd8 commit dde4317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
255255
# checks for library functions
256256
AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \
257257
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
258-
link lstat mkfifo nice plock readlink \
258+
link lstat mkfifo nice plock putenv readlink \
259259
select setgid setuid setsid setpgid setpgrp setvbuf \
260260
sigaction siginterrupt sigrelse strftime symlink \
261261
tcgetpgrp tcsetpgrp times truncate uname waitpid) \

0 commit comments

Comments
 (0)