aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-03-19 07:09:31 +0000
committerWerner Koch <[email protected]>2009-03-19 07:09:31 +0000
commit588a7c34bb6cdffa8ec40d1e7fda047c5da38a61 (patch)
tree1399895643266c827878425babeb84039d6f4295 /configure.ac
parentAdd server option with-ephemeral-keys. (diff)
downloadgnupg-588a7c34bb6cdffa8ec40d1e7fda047c5da38a61.tar.gz
gnupg-588a7c34bb6cdffa8ec40d1e7fda047c5da38a61.zip
Make sure not to leak file descriptors if running gpg-agent with a
command. Restore the signal mask to solve a problem in Mono.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b04c5d10..0dd26cdbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1059,7 +1059,7 @@ AC_FUNC_FORK
AC_CHECK_FUNCS([strerror strlwr tcgetattr mmap])
AC_CHECK_FUNCS([strcasecmp strncasecmp ctermid times gmtime_r])
AC_CHECK_FUNCS([unsetenv getpwnam getpwuid fcntl ftruncate])
-AC_CHECK_FUNCS([gettimeofday getrusage setrlimit clock_gettime])
+AC_CHECK_FUNCS([gettimeofday getrusage getrlimit setrlimit clock_gettime])
AC_CHECK_FUNCS([atexit raise getpagesize strftime nl_langinfo setlocale])
AC_CHECK_FUNCS([waitpid wait4 sigaction sigprocmask pipe stat getaddrinfo])
AC_CHECK_FUNCS([ttyname rand ftello])