From 2120405a165c3259470980933af8d0d3b6c72828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Mar 2015 09:54:47 +0100 Subject: [PATCH] core: add tcl/guile plugins in "not asked" list of configure output if they are disabled --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) 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