Does this patch help?

(Remember to re-run "autoconf")

On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel <
matthias.sei...@hamburg.de> 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 <truck...@apache.org> 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: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> >
>
>
>
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: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to