Re: [PATCH 1/4] Also check _POSIX_TIMERS > 0. Fix build on GNU/Hurd.

2014-02-19 Thread Samuel Thibault
Rémi Denis-Courmont, le Wed 19 Feb 2014 14:17:01 +0100, a écrit : > > From looking at the build error, it seems the actual error is that > > vlc_clock_id is not defined, i.e. the actual issue comes from the > > fact that the #if at the top of the file don't match the #if in the > > source code. >

Re: [PATCH 1/4] Also check _POSIX_TIMERS > 0. Fix build on GNU/Hurd.

2014-02-19 Thread Rémi Denis-Courmont
Hello, > Gabriele Giacone, le Tue 18 Feb 2014 00:54:12 +0100, a écrit : > > diff --git a/src/posix/thread.c b/src/posix/thread.c > > index 07fa71e..d49e94c 100644 > > --- a/src/posix/thread.c > > +++ b/src/posix/thread.c > > @@ -300,7 +300,7 @@ void vlc_cond_init (vlc_cond_t *p_condvar) > > >