summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.c
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2012-11-20 16:50:35 +0100
committerMatt Turner <[email protected]>2012-12-13 10:58:11 -0800
commit60e05d7388b85bdc1d833a7755a81e366ef28dac (patch)
tree09a0ebaebbae1223136ad8e48ebcada921d34751 /src/gallium/drivers/r600/r600_shader.c
parenta460aea3f14222af46f88d1bc686f82180b8a872 (diff)
build: Fix AX_PROG_{CC,CXX}_FOR_BUILD macros
Override the cross_compiling and ac_tool_prefix variables by reassigning to them instead of redefining the macros. Redefining them will actually cause the variable names to be replaced instead of their content. Furthermore push the definition of CPPFLAGS before running the checks for the build tools to avoid the host CPPFLAGS from leaking into the build CPPFLAGS. While at it drop the redefinition of AC_TRY_COMPILER which hasn't been used since autoconf 2.50 and make sure that all definitions are properly popped when done (LDFLAGS, ac_cv_prog_CPP, ac_cv_prog_CXXCPP). Acked-by: Matt Turner <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.c')
0 files changed, 0 insertions, 0 deletions