Does this patch help?
(Remember to re-run "autoconf")
On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel <
[email protected]> wrote:
> Something is broken here (even with r1827253)...
>
> When doing configure (on Windows) I get:
>
> ./configure: line 8147: syntax error near unexpected token `)'
> ./configure: line 8147: ` MSC)'
>
> Regards,
>
> Matthias
>
>
> Am 19.03.2018 um 23:56 schrieb Jim Jagielski:
> >
> >> On Mar 19, 2018, at 6:47 PM, Don Lewis <[email protected]> wrote:
> >>
> >> I don't think this is correct. As I recall the bridges code for Mac
> >> uses s5abi.
> >>
> > As long as we remain consistent, we should be OK... Defaulting
> > to gcc3 seems to work better.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
>
>
Index: configure.ac
===================================================================
--- configure.ac (revision 1827290)
+++ configure.ac (working copy)
@@ -2247,6 +2247,7 @@
COMNAME="gcc3";
;;
esac
+ ;;
MSC)
CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`;
CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f
${_solenv}/bin/getcompver.awk`;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]