* Linux compilation fix.
git-svn-id: svn://svn.zoy.org/elk/trunk@173 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
088f728756
commit
17f5581cf4
|
@ -383,7 +383,7 @@ AC_DEFINE(ANSI_CPP, 1, [FIXME HARD])
|
|||
|
||||
# The UNIX extension likes to know which of the following system calls,
|
||||
# library functions, and include files are supported by the system.
|
||||
AC_CHECK_HEADERS(utime.h sys/utime.h sys/wait.h dirent.h netdb.h)
|
||||
AC_CHECK_HEADERS(utime.h sys/utime.h sys/wait.h sys/times.h dirent.h netdb.h)
|
||||
AC_CHECK_FUNCS(waitpid wait3 wait4 vfork uname gethostname gettimeofday ftime)
|
||||
AC_CHECK_FUNCS(mktemp tmpnam tempnam getcwd getwd rename regcomp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue