diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 10785bc..7c40787 100644 --- a/configure.in +++ b/configure.in @@ -681,7 +681,8 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no)) # checks for library functions AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \ flock fork fsync fdatasync fpathconf ftime ftruncate \ - getgroups getpeername getpgrp getpid getpwent gettimeofday getwd \ + getgroups getlogin getlogin_r getpeername getpgrp getpid getpwent \ + gettimeofday getwd \ kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \ putenv readlink \ select setgid setlocale setuid setsid setpgid setpgrp setvbuf \ |