Re: [Mesa-dev] [PATCH 1/4] mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.

2015-04-02 Thread Roland Scheidegger
Am 02.04.2015 um 16:32 schrieb Jose Fonseca: > I'm not sure what was the original intention, but currently > USE_EXTERNAL_DXTN_LIB always ends up defined, one way or another. > --- > configure.ac | 2 +- > src/mesa/main/texcompress_s3tc.c | 8 > 2 files changed, 1 inse

[Mesa-dev] [PATCH 1/4] mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.

2015-04-02 Thread Jose Fonseca
I'm not sure what was the original intention, but currently USE_EXTERNAL_DXTN_LIB always ends up defined, one way or another. --- configure.ac | 2 +- src/mesa/main/texcompress_s3tc.c | 8 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/configure.ac b/con