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.
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