Re: configure related issue: syntax error near unexpected token `c++

2010-11-29 Thread Andreas Schwab
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

Re: configure related issue: syntax error near unexpected token `c++

2010-11-29 Thread Ian Lance Taylor
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

Re: configure related issue: syntax error near unexpected token `c++

2010-11-29 Thread Andreas Schwab
Basile Starynkevitch writes: > % svn diff > Index: configure > === > --- configure (revision 167234) > +++ configure (working copy) > @@ -13358,7 +13358,7 @@ > *) ok=no ;; >esac >case ,${enable_languages}, in > -*,

configure related issue: syntax error near unexpected token `c++

2010-11-29 Thread Basile Starynkevitch
Hello All, [[this a bug I am encountering while merging the trunk into GCC MELT, but I can reproduce it under trunk only, so I don"t speak of MELT anymore; very probably I have bad versions of required utilities, but I cannot find which]] I have a pristine GCC trunk rev 167234 under /usr/src/Lan