diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-01 10:46:12 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-01 11:03:30 +0200 |
commit | 006b89d4464ae1bb6d545ea5716998654124df45 (patch) | |
tree | 365b297d9caf9132b88a08f010917ae1cf8f817b /configure.ac | |
parent | 895159c802e9c9f63208837f629eaca51b78f6e9 (diff) | |
download | gnutls-006b89d4464ae1bb6d545ea5716998654124df45.tar.gz |
priorities: preload the system priorities on library loading time
This allows to rely on the system priorities even in the case of
applications that chroot(). This also introduces the environment
variable GNUTLS_SYSTEM_PRIORITY_FILE which can be used to override
the global priority file.
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 ad1c45f14c..36426db605 100644 --- a/configure.ac +++ b/configure.ac @@ -214,7 +214,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 vasprintf],,) +AC_CHECK_FUNCS([fork inet_ntop inet_pton getrusage getpwuid_r nanosleep daemon getpid clock_gettime iconv localtime fmemopen vasprintf],,) if test "$ac_cv_func_vasprintf" != "yes";then AC_MSG_CHECKING([for va_copy]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ |