Re: [PATCH] m4: fix gl_TIMER_TIME() detection of threads on uClibc

2014-02-21 Thread Eric Blake
On 02/21/2014 04:41 PM, Thomas Petazzoni wrote: > The timer_time.m4 gl_TIMER_TIME function determines which libraries > need to be linked to get access to the timer function, generally -lrt > for Linux systems. On platforms where threads are used, librt > typically uses thread functions from libpth

[PATCH] m4: fix gl_TIMER_TIME() detection of threads on uClibc

2014-02-21 Thread Thomas Petazzoni
The timer_time.m4 gl_TIMER_TIME function determines which libraries need to be linked to get access to the timer function, generally -lrt for Linux systems. On platforms where threads are used, librt typically uses thread functions from libpthread. However, the test to determine whether the platfo