1
0
Fork 0

Minimal cosmetic fix to the configure output

This commit is contained in:
Emmanuele Bassi 2011-09-30 14:50:31 +01:00
parent fedfac3b7c
commit 0c919adf50

View file

@ -1015,6 +1015,7 @@ echo ""
echo " • Extra:"
echo " Build introspection data: ${enable_introspection}"
echo " Build conformance test suite: ${enable_conformance}"
echo " Build X11-specific tests: ${x11_tests}"
# Clutter backend related flags
echo ""
@ -1033,7 +1034,6 @@ echo " Enable XInput: ${have_xinput}"
echo " Enable Xge: ${have_xge}"
echo " Enable XI2: ${have_xinput2}"
echo " Enable XKB: ${have_xkb}"
echo " Build X11-specific tests: ${x11_tests}"
fi
if test "x$SUPPORT_EGL" = "x1"; then