So that configure remembers e.g. ccache for building PE files.
Signed-off-by: Stefan Dösinger stefan@codeweavers.com
---
One cache to rule them all, one hash to find them, one cache to bring them all and in .ccache bind them. In the land of $HOME where the disk is full.
I probably spent more time making fun about "precious" than figuring out all this autoconf stuff, so maybe a better solution is needed. --- configure.ac | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac index 6cbc0a61be1..a941a148d0a 100644 --- a/configure.ac +++ b/configure.ac @@ -860,6 +860,7 @@ enable_wineandroid_drv=${enable_wineandroid_drv:-no} enable_winemac_drv=${enable_winemac_drv:-no}
dnl Check for cross compiler to build test programs +AC_ARG_VAR(CROSSCC, "Cross compiler for PE files") AC_SUBST(CROSSTARGET) if test "x$with_mingw" != xno then