core: add tcl/guile plugins in "not asked" list of configure output if they are disabled

This commit is contained in:
Sébastien Helleu 2015-03-08 09:54:47 +01:00
parent c85d5a8929
commit 2120405a16

View File

@ -783,6 +783,8 @@ if test "x$enable_tcl" = "xyes" ; then
enable_tcl="no"
not_found="$not_found tcl"
fi
else
not_asked="$not_asked tcl"
fi
if test "x$enable_tcl" = "xyes" ; then
@ -836,6 +838,8 @@ if test "x$enable_guile" = "xyes" ; then
enable_guile="no"
not_found="$not_found guile"
fi
else
not_asked="$not_asked guile"
fi
if test "x$enable_guile" = "xyes" ; then