(--with-guile-for-build): Remove this option, it's not normal style for --with.
(GUILE_FOR_BUILD): Use AC_ARG_VAR.
This commit is contained in:
parent
96e0538252
commit
89f69c5252
1 changed files with 1 additions and 3 deletions
|
|
@ -970,15 +970,13 @@ if test "$cross_compiling" = "yes"; then
|
|||
else
|
||||
GUILE_FOR_BUILD='$(preinstguile)'
|
||||
fi
|
||||
AC_ARG_WITH(guile-for-build,
|
||||
[ --with-guile-for-build=guile native guile executable, to be used during build])
|
||||
test -n "$with_guile_for_build" && GUILE_FOR_BUILD="$with_guile_for_build"
|
||||
|
||||
## AC_MSG_CHECKING("if we are cross compiling")
|
||||
## AC_MSG_RESULT($cross_compiling)
|
||||
if test "$cross_compiling" = "yes"; then
|
||||
AC_MSG_RESULT($GUILE_FOR_BUILD)
|
||||
fi
|
||||
AC_ARG_VAR(GUILE_FOR_BUILD,[guile for build system])
|
||||
AC_SUBST(GUILE_FOR_BUILD)
|
||||
|
||||
## If we're using GCC, ask for aggressive warnings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue