[build] And export CC_FOR_BUILD so that we can actually use it!

This commit is contained in:
Chris Wilson 2009-07-20 19:54:12 +01:00
parent ed7853d499
commit ebac096648

View file

@ -14,6 +14,7 @@ if test "${build}" != "${host}" ; then
else
CC_FOR_BUILD=${CC}
fi
AC_SUBST(CC_FOR_BUILD)
dnl ===========================================================================