1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

(CC_FOR_BUILD): Use AC_ARG_VAR.

This commit is contained in:
Kevin Ryde 2003-05-11 23:12:18 +00:00
parent a9e0a8afb3
commit 457a4e812b

View file

@ -938,7 +938,7 @@ fi
CCLD_FOR_BUILD="$CC_FOR_BUILD"
AC_SUBST(cross_compiling)
AC_SUBST(CC_FOR_BUILD)
AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
AC_SUBST(CCLD_FOR_BUILD)
## libtool erroneously calls CC_FOR_BUILD HOST_CC;