dovecot: Don't check for getrusage(), we no longer need it.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun Dec 30 17:08:34 EET 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/4e3c7037c2ca
changeset: 7078:4e3c7037c2ca
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 30 17:08:29 2007 +0200
description:
Don't check for getrusage(), we no longer need it.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-
diffs (12 lines):
diff -r aa9a4d419905 -r 4e3c7037c2ca configure.in
--- a/configure.in	Sun Dec 30 17:07:00 2007 +0200
+++ b/configure.in	Sun Dec 30 17:08:29 2007 +0200
@@ -430,7 +430,7 @@ AC_CHECK_FUNCS(fcntl flock lockf inet_at
                strcasecmp stricmp vsyslog writev pread \
 	       setrlimit setproctitle seteuid setreuid setegid setresgid \
 	       strtoull strtouq setpriority quotactl getmntent kqueue kevent \
-	       getrusage backtrace_symbols walkcontext dirfd \
+	       backtrace_symbols walkcontext dirfd \
 	       malloc_usable_size posix_fallocate)
 
 dnl * I/O loop function
    
    
More information about the dovecot-cvs
mailing list