From e80825535adf57db6d7faa16b81eddb7b5d6b065 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 Oct 2010 10:48:39 +0100 Subject: [PATCH] build: Show whether we have XComposite Since we're doing it for other optional X11 extensions as well. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bb5d2ea00..06d72ad71 100644 --- a/configure.ac +++ b/configure.ac @@ -1195,6 +1195,7 @@ echo " Windowing system: ${CLUTTER_WINSYS} (WARNING: Experimental)" fi if test "x$SUPPORT_XLIB" = "x1"; then +echo " Enable XComposite: ${have_xcomposite}" echo " Enable XInput 1.0: ${xinput}" echo " Enable XKB: ${have_xkb}" echo " Enable X11 tests: ${x11_tests}"