mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Make explicit that GUILE_FOR_BUILD is only used when cross-compiling
* configure.ac (GUILE_FOR_BUILD): Change normal build value to 'this-value-will-never-be-used'.
This commit is contained in:
parent
08e6b25ca2
commit
aab99f7b8b
1 changed files with 1 additions and 1 deletions
|
@ -1494,7 +1494,7 @@ if test "$cross_compiling" = "yes"; then
|
|||
AC_MSG_CHECKING(guile for build)
|
||||
GUILE_FOR_BUILD="${GUILE_FOR_BUILD-guile}"
|
||||
else
|
||||
GUILE_FOR_BUILD='$(preinstguile)'
|
||||
GUILE_FOR_BUILD='this-value-will-never-be-used'
|
||||
fi
|
||||
|
||||
## AC_MSG_CHECKING("if we are cross compiling")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue