summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 13:37:43 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-26 15:19:25 +0200
commit972bf4d69187fa940e039180fc4bdb7eaeee4f62 (patch)
treefdbf90113b47bd8adda2236d04c19f1e8d8b26a7 /configure.ac
parent6953f021907ee9bc95380d576debbc653436b96a (diff)
downloadgnutls-972bf4d69187fa940e039180fc4bdb7eaeee4f62.tar.gz
tests: added unit test for linux _rnd_get_system_entropygetrandom-fix
This tests whether the function can operate as expected while being interrupted by signals.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eb752500b2..c31b102b18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,7 +226,7 @@ AC_C_BIGENDIAN
dnl No fork on MinGW, disable some self-tests until we fix them.
dnl Check clock_gettime and pthread_mutex_lock in libc (avoid linking to other libs)
-AC_CHECK_FUNCS([fork inet_ntop inet_pton getrusage getpwuid_r nanosleep daemon getpid clock_gettime iconv localtime fmemopen vasprintf mmap],,)
+AC_CHECK_FUNCS([fork setitimer inet_ntop inet_pton getrusage getpwuid_r nanosleep daemon getpid clock_gettime iconv localtime fmemopen vasprintf mmap],,)
if test "$ac_cv_func_vasprintf" != "yes";then
AC_MSG_CHECKING([for va_copy])
AC_LINK_IFELSE([AC_LANG_PROGRAM([