[PATCH 1/2] build: symbol ck_assert_ptr_ne requires check-0.9.10

2014-09-30 Thread Jan Engelhardt
openSUSE 12.3 ships with check-0.9.9 and subsequently fails to build the tests. Change the call to look for check >= 0.9.10 where that symbol is available. Signed-off-by: Jan Engelhardt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.

Re: [PATCH 1/2] build: symbol ck_assert_ptr_ne requires check-0.9.10

2014-09-11 Thread Jonas Ã…dahl
On Wed, Sep 10, 2014 at 01:32:24AM +0200, Jan Engelhardt wrote: > openSUSE 12.3 ships with check-0.9.9 and subsequently fails to build > the tests. Change the call to look for check >= 0.9.10 where that > symbol is available. Thanks, pushed. Jonas > > Signed-off-by: Jan Engelhardt > --- > con