Re: [RFC wayland] cpp-test: check for C++ compiler

2015-01-27 Thread Daniel Stone
Hi, On 19 December 2014 at 19:20, Mariusz Ceier wrote: > This won't work when there's C++ compiler but no 'which', but I think that's > ok, since it only affects 1 test. > > Reviewed-by: Mariusz Ceier > > On 19 December 2014 at 17:40, Marek Chalupa wrote: >> >> Do not try to build it if no C++

Re: [RFC wayland] cpp-test: check for C++ compiler

2014-12-19 Thread Mariusz Ceier
This won't work when there's C++ compiler but no 'which', but I think that's ok, since it only affects 1 test. Reviewed-by: Mariusz Ceier On 19 December 2014 at 17:40, Marek Chalupa wrote: > > Do not try to build it if no C++ compiler is present > > Signed-off-by: Marek Chalupa > --- > Makefi

[RFC wayland] cpp-test: check for C++ compiler

2014-12-19 Thread Marek Chalupa
Do not try to build it if no C++ compiler is present Signed-off-by: Marek Chalupa --- Makefile.am | 10 -- configure.ac | 13 - 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index ea9ffc1..43b741a 100644 --- a/Makefile.am +++ b/Mak