From 97bf60f6ecfd5eb47919630fa580ad7a7cdc3388 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 16 Aug 2013 11:02:41 +0100 Subject: [PATCH] Show if we are installing the tests in the configure summary --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 0c08a08a4..7ff3685e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1245,6 +1245,7 @@ if test "x$enable_tests" = "xyes"; then echo " Build X11-specific tests: ${x11_tests}" echo " Build tests using GDK-Pixbuf: ${pixbuf_tests}" fi +echo " Install test suites: ${enable_installed_tests}" echo " Build examples: ${enable_examples}" # Clutter backend related flags