Re: [PATCH] [wayland] configure: add option to disable tests

2017-03-08 Thread Yann E. MORIN
Eric, All, On 2017-03-08 14:50 +, Eric Engestrom spake thusly: > On Sunday, 2017-03-05 11:53:18 +0100, Yann E. MORIN wrote: > > When building for a product, tests are not needed. > > > > Besides, one test requires a C++ compiler, which is not always > > available. > > > > So, add an option

Re: [PATCH] [wayland] configure: add option to disable tests

2017-03-08 Thread Eric Engestrom
On Sunday, 2017-03-05 11:53:18 +0100, Yann E. MORIN wrote: > When building for a product, tests are not needed. > > Besides, one test requires a C++ compiler, which is not always > available. > > So, add an option to configure to disable building tests altogether. > > Signed-off-by: "Yann E.

[PATCH] [wayland] configure: add option to disable tests

2017-03-05 Thread Yann E. MORIN
When building for a product, tests are not needed. Besides, one test requires a C++ compiler, which is not always available. So, add an option to configure to disable building tests altogether. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 3 ++- configure.ac | 8