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
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