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

Jonas Ådahl jadahl at gmail.com
Thu Sep 11 13:46:01 PDT 2014


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 <jengelh at inai.de>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index bb702c0..b3d2446 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -96,7 +96,7 @@ AC_ARG_ENABLE(tests,
>  	      [build_tests="$enableval"],
>  	      [build_tests="auto"])
>  
> -PKG_CHECK_MODULES(CHECK, [check >= 0.9.9], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
> +PKG_CHECK_MODULES(CHECK, [check >= 0.9.10], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
>  
>  if test "x$build_tests" = "xauto"; then
>  	build_tests="$HAVE_CHECK"
> -- 
> 2.0.0
> 


More information about the wayland-devel mailing list