On Thu, Jan 5, 2012 at 3:25 AM, Richard Henderson wrote:
> On 01/05/2012 12:53 PM, Jakub Jelinek wrote:
>> On Thu, Jan 05, 2012 at 12:38:17PM +1100, Richard Henderson wrote:
>>> +# Disable libitm if we're not building C++
>>> +case ,${enable_languages}, in
>>> + *,c++) ;;
>>
>> Shouldn't that be
On 01/05/2012 12:53 PM, Jakub Jelinek wrote:
> On Thu, Jan 05, 2012 at 12:38:17PM +1100, Richard Henderson wrote:
>> +# Disable libitm if we're not building C++
>> +case ,${enable_languages}, in
>> + *,c++) ;;
>
> Shouldn't that be *,c++,* ? C++ might not be the last in the list...
Gah, of cour
On Thu, Jan 05, 2012 at 12:38:17PM +1100, Richard Henderson wrote:
> +# Disable libitm if we're not building C++
> +case ,${enable_languages}, in
> + *,c++) ;;
Shouldn't that be *,c++,* ? C++ might not be the last in the list...
Jakub