Re: [PATCH wayland 1/2] build: Remove execinfo.h check

2018-07-26 Thread Daniel Stone
Hi, On Thu, 26 Jul 2018 at 16:11, Emil Velikov wrote: > On 25 July 2018 at 18:36, Derek Foreman > wrote: > > On 2018-07-21 06:13 AM, Daniel Stone wrote: > >> The check for the execinfo.h header is only advisory; the build will not > >> fail if it is not present, and set HAVE_EXECINFO_H if it is

Re: [PATCH wayland 1/2] build: Remove execinfo.h check

2018-07-26 Thread Emil Velikov
On 25 July 2018 at 18:36, Derek Foreman wrote: > On 2018-07-21 06:13 AM, Daniel Stone wrote: >> The check for the execinfo.h header is only advisory; the build will not >> fail if it is not present, and set HAVE_EXECINFO_H if it is. The check >> was added in commit 5cfdbef3d299 ("build: Allow disa

Re: [PATCH wayland 1/2] build: Remove execinfo.h check

2018-07-25 Thread Derek Foreman
On 2018-07-21 06:13 AM, Daniel Stone wrote: > The check for the execinfo.h header is only advisory; the build will not > fail if it is not present, and set HAVE_EXECINFO_H if it is. The check > was added in commit 5cfdbef3d299 ("build: Allow disabling building of > wayland libraries") with no obvio

[PATCH wayland 1/2] build: Remove execinfo.h check

2018-07-21 Thread Daniel Stone
The check for the execinfo.h header is only advisory; the build will not fail if it is not present, and set HAVE_EXECINFO_H if it is. The check was added in commit 5cfdbef3d299 ("build: Allow disabling building of wayland libraries") with no obvious use or reasoning. Remove the no-op check. Signe