From: Bruno Haible Date: Wed, 1 Oct 2008 01:12:31 +0000 (+0200) Subject: Needs to depend on modules 'errno' and 'time'. X-Git-Tag: v0.1~6923 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=deaa2a7b1b93ce92997a3609a284c642210f9a08;p=gnulib.git Needs to depend on modules 'errno' and 'time'. --- diff --git a/ChangeLog b/ChangeLog index 691e511a1..900a2493b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ 2008-09-30 Yoann Vandoorselaere Bruno Haible + * modules/cond (Dependencies): Add errno, time. + * lib/glthread/cond.h: Include . + (gl_cond_define, gl_cond_define_initialized): Use the same definition + across platforms. + +2008-09-30 Yoann Vandoorselaere + Bruno Haible + * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function. 2008-09-30 Yoann Vandoorselaere