diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-06-16 17:57:37 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-06-17 11:36:48 +0200 |
commit | 8d79bfa8318ddd1b9b863241fe0e637be73af5f4 (patch) | |
tree | 56a7d1816743e8d7914510218495df780de2ffc7 /src/libcharon/plugins/kernel_netlink | |
parent | e827e78483bf2b04032936b94735c247e9160235 (diff) | |
download | strongswan-8d79bfa8318ddd1b9b863241fe0e637be73af5f4.tar.bz2 strongswan-8d79bfa8318ddd1b9b863241fe0e637be73af5f4.tar.xz |
configure: Cache result of pthread_condattr_setclock() check
Even if not using caching when running the configure script (-C) this
allows pre-defining the result by setting the environment variable
ss_cv_func_pthread_condattr_setclock_monotonic=yes|no|unknown
before/while running the script.
As the check requires running a test program this might be helpful
when cross-compiling to disable using monotonic time if
pthread_condattr_setclock() is defined but not actually usable with
CLOCK_MONOTONIC.
References #1502.
Diffstat (limited to 'src/libcharon/plugins/kernel_netlink')
0 files changed, 0 insertions, 0 deletions