build: Show whether we have XComposite

Since we're doing it for other optional X11 extensions as well.
This commit is contained in:
Emmanuele Bassi 2010-10-19 10:48:39 +01:00
parent dd2f55c6f6
commit e80825535a

View File

@ -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}"