Re: [Ada] Do not invoke gnatls unconditionally

2012-12-11 Thread Mike Stump
On Dec 11, 2012, at 12:01 AM, Eric Botcazou wrote: > Even if the Ada language isn't enabled, the Make-lang.in fragment of the Ada > compiler is processed and invokes gnatls unconditionally, which can result in > error messages if the command isn't present. Thank you.

[Ada] Do not invoke gnatls unconditionally

2012-12-11 Thread Eric Botcazou
Even if the Ada language isn't enabled, the Make-lang.in fragment of the Ada compiler is processed and invokes gnatls unconditionally, which can result in error messages if the command isn't present. Tested on x86_64-suse-linux, applied on the mainline. 2012-12-11 Eric Botcazou * g