if [ `gcc -v|grep egcs` != "" ]; EGCS=TRUE; fi
maybe? :D
Jason
On Mon, 8 Feb 1999 [EMAIL PROTECTED] wrote:
>
> [EMAIL PROTECTED] said:
> |
> | Do you already compile with -Wchar-subscript, or maybe that's
> | included in -Wall already?
> |
>
> I just checked, it is included in -Wall, now we only need to continue on
> getting all warnings out when we compile with -Wall.
>
> Jan
>
>
> ps. Does anybody know how to detect egcs, or test whether we can use
> the -fno-exceptions flag, using autoconf?
>
>