Ian Lance Taylor writes:
> Basile Starynkevitch writes:
>
>> @@ -13358,7 +13358,7 @@
>> *) ok=no ;;
>>esac
>>case ,${enable_languages}, in
>> -*,c++,*) ;;
>> +*, c++,*) ;;
>> *) ok=no ;;
>>esac
>>if test $ok = yes; then
>
> I don't know why you are
Basile Starynkevitch writes:
> @@ -13358,7 +13358,7 @@
> *) ok=no ;;
>esac
>case ,${enable_languages}, in
> -*,c++,*) ;;
> +*, c++,*) ;;
> *) ok=no ;;
>esac
>if test $ok = yes; then
I don't know why you are getting this diff. You should not. I ca
Basile Starynkevitch writes:
> % svn diff
> Index: configure
> ===
> --- configure (revision 167234)
> +++ configure (working copy)
> @@ -13358,7 +13358,7 @@
> *) ok=no ;;
>esac
>case ,${enable_languages}, in
> -*,