Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-02 Thread Alan Coopersmith
On 12/ 2/15 01:04 AM, Roland Mainz wrote: On Wed, Dec 2, 2015 at 12:38 AM, Alan Coopersmith wrote: On 12/ 1/15 03:07 PM, Jose Fonseca wrote: https://bugs.freedesktop.org/show_bug.cgi?id=93189 --- configure.ac | 7 +++ 1 file changed, 7 insertions(+)

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-02 Thread Roland Mainz
On Wed, Dec 2, 2015 at 12:38 AM, Alan Coopersmith wrote: > On 12/ 1/15 03:07 PM, Jose Fonseca wrote: >> >> https://bugs.freedesktop.org/show_bug.cgi?id=93189 >> --- >> configure.ac | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/configure.ac

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-02 Thread Jose Fonseca
...@freedesktop.org Subject: Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler. On Wed, Dec 2, 2015 at 12:38 AM, Alan Coopersmith <alan.coopersm...@oracle.com> wrote: > On 12/ 1/15 03:07 PM, Jose Fonseca wrote: >> >> https://bugs.freedesktop.org/

[Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-01 Thread Jose Fonseca
https://bugs.freedesktop.org/show_bug.cgi?id=93189 --- configure.ac | 7 +++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 4016871..b6680d0 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,13 @@ if test "x$GCC" = xyes -a "x$acv_mesa_CLANG" = xno;

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-01 Thread Alan Coopersmith
On 12/ 1/15 03:07 PM, Jose Fonseca wrote: https://bugs.freedesktop.org/show_bug.cgi?id=93189 --- configure.ac | 7 +++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 4016871..b6680d0 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,13 @@ if test

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-01 Thread Vinson Lee
On Tue, Dec 1, 2015 at 3:07 PM, Jose Fonseca wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=93189 > --- > configure.ac | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 4016871..b6680d0 100644 > --- a/configure.ac >

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Refuse to build with Sun C compiler.

2015-12-01 Thread Jose Fonseca
On 01/12/15 23:26, Vinson Lee wrote: On Tue, Dec 1, 2015 at 3:07 PM, Jose Fonseca wrote: https://bugs.freedesktop.org/show_bug.cgi?id=93189 --- configure.ac | 7 +++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 4016871..b6680d0