]> granicus.if.org Git - check/commit
librt_timers.m4: use prev behavior when cross compiling
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 21 Dec 2013 00:04:59 +0000 (00:04 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 21 Dec 2013 00:04:59 +0000 (00:04 +0000)
commit246cb2a8d1e3c6f1cd507a136b818d672d62f88a
tree423bbc2a56cf8702beae6e43e36dad9901fea473
parent354191a1c05bca9445c28dc4026acdc77c372d3f
librt_timers.m4: use prev behavior when cross compiling

In the case where we are cross compiling, the POSIX detection of
the timer_create() function is skipped, and instead the usual check
for the existence of all the timer_* functions is done using
AC_REPLACE_FUNCS.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@918 64e312b2-a51f-0410-8e61-82d0ca0eb02a
m4/librt_timers.m4