diff --git a/configure.ac b/configure.ac index 37a67a8f0..c4aeb34fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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