You need to use AS_IF instead of shell 'if' if you want to use AC_SUBST
inside a conditional.
On Tue, May 27, 2014 at 3:23 AM, Thierry Reding wrote:
> On Tue, May 27, 2014 at 09:22:30AM +0300, Pekka Paalanen wrote:
> > On Mon, 19 May 2014 17:12:39 +0200
> > Thierry Reding wrote:
> >
> > > From:
On Tue, May 27, 2014 at 09:22:30AM +0300, Pekka Paalanen wrote:
> On Mon, 19 May 2014 17:12:39 +0200
> Thierry Reding wrote:
>
> > From: Thierry Reding
> >
> > When cross-compiling, wayland-scanner cannot be used to generate files
> > because it is built for the host architecture. To overcome t
On Mon, 19 May 2014 17:12:39 +0200
Thierry Reding wrote:
> From: Thierry Reding
>
> When cross-compiling, wayland-scanner cannot be used to generate files
> because it is built for the host architecture. To overcome this, users
> currently need to instruct the build not to create wayland-scanne
From: Thierry Reding
When cross-compiling, wayland-scanner cannot be used to generate files
because it is built for the host architecture. To overcome this, users
currently need to instruct the build not to create wayland-scanner and
provide a native variant in the PATH. This has the disadvantage