Re: [PATCH v2 wayland-protocols] configure.ac: Don't use AC_CANONICAL_* macro calls

2016-05-03 Thread Pekka Paalanen
On Thu, 18 Feb 2016 16:03:35 +0200 Jussi Kukkonen wrote: > Check autoconfs $cross_compiling instead as AC_CANONICAL_HOST call > will fail if the host cpu is not recognised (which can happen when > e.g. Yocto builds for "allarch"). > > Signed-off-by: Jussi Kukkonen > --- > configure.ac | 5 +---

[PATCH v2 wayland-protocols] configure.ac: Don't use AC_CANONICAL_* macro calls

2016-02-18 Thread Jussi Kukkonen
Check autoconfs $cross_compiling instead as AC_CANONICAL_HOST call will fail if the host cpu is not recognised (which can happen when e.g. Yocto builds for "allarch"). Signed-off-by: Jussi Kukkonen --- configure.ac | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure