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

2016-02-18 Thread Jussi Kukkonen
On 18 February 2016 at 14:38, Quentin Glidic < sardemff7+wayl...@sardemff7.net> wrote: > On 18/02/2016 13:29, Jussi Kukkonen wrote: > >> There's nothing in the build that requires knowledge of target or >> host architecture, yet the calls will fail if the host cpu is not >> recognised (which happe

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

2016-02-18 Thread Quentin Glidic
On 18/02/2016 13:29, Jussi Kukkonen wrote: There's nothing in the build that requires knowledge of target or host architecture, yet the calls will fail if the host cpu is not recognised (which happens when e.g. Yocto builds for "allarch"). Signed-off-by: Jussi Kukkonen --- configure.ac | 3 --

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

2016-02-18 Thread Jussi Kukkonen
There's nothing in the build that requires knowledge of target or host architecture, yet the calls will fail if the host cpu is not recognised (which happens when e.g. Yocto builds for "allarch"). Signed-off-by: Jussi Kukkonen --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git