Hi!

On Mon, 2010-03-01 at 09:42:58 +0200, Oliver McFadden wrote:
> From: Ylimaki Rami (EXT-Vincit/Tampere) <[email protected]>
> diff --git a/configure.ac b/configure.ac
> index b9c7574..acedf74 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -315,6 +315,9 @@ AC_CHECK_HEADER([execinfo.h],[
>      ])]
>  )
>  
> +dnl arm needs additional compiler flags for proper backtraces
> +AM_CONDITIONAL(ARM_BACKTRACE, [test "x$build_cpu" = xarm])

I think you mean host_cpu here.

regards,
guillem
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to