This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: non-portable construct in gcc configure script
Eric Botcazou <ebotcazou@libertysurf.fr> writes:
>> Odd, ; as separator works fine for me with /usr/bin/sed on Solaris 8.
>> However, this is tangential.
>
> Hum, you're right, your construct works on Solaris 2.5.1, 2.6 and 9 too.
> I probably messed up the expression within the curly brackets.
You might've left off the semicolon immediately after the opening
curly brace, which is counterintuitive but necessary.
zw