diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 13:37:43 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 15:19:25 +0200 |
commit | 972bf4d69187fa940e039180fc4bdb7eaeee4f62 (patch) | |
tree | fdbf90113b47bd8adda2236d04c19f1e8d8b26a7 /configure.ac | |
parent | 6953f021907ee9bc95380d576debbc653436b96a (diff) | |
download | gnutls-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.ac | 2 |
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([ |