Hash :
af16e1b4
Author :
Date :
2019-12-03T04:54:53
Fix mistakes in --enable-threads=isoc fixes from 2019-12-01. * m4/pthread-mutex.m4 (gl_PTHREAD_MUTEX): Use LIBPMULTITHREAD, not LIBMULTITHREAD. * m4/pthread-rwlock.m4 (gl_PTHREAD_RWLOCK): Likewise. * m4/pthread-thread.m4 (gl_PTHREAD_THREAD): Likewise. * m4/timer_time.m4 (gl_TIMER_TIME): Likewise. Require gl_PTHREADLIB, not gl_THREADLIB. * modules/timer-time (Depends-on): Add pthread-h. Remove threadlib.
Description:
Check for timer_settime. Within HAVE_TIMER_SETTIME one can
assume timer_create, timer_delete and timer_gettime are available too.
Files:
m4/timer_time.m4
Depends-on:
extensions
pthread-h
configure.ac:
gl_TIMER_TIME
Makefile.am:
Include:
<time.h>
Link:
$(LIB_TIMER_TIME)
License:
LGPLv2+
Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering
Local Variables:
coding: utf-8
End: