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 course it should. It's what I meant. I guess you can tell exactly what I tested too... r~