From 17f5581cf4e7cad18d3ceb3b09ad02a22a17031e Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 22 Sep 2003 17:00:33 +0000 Subject: [PATCH] * Linux compilation fix. git-svn-id: svn://svn.zoy.org/elk/trunk@173 55e467fa-43c5-0310-a8a2-de718669efc6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a5108c0..864406f 100644 --- a/configure.ac +++ b/configure.ac @@ -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)