Minimal cosmetic fix to the configure output
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 30 Sep 2011 13:50:31 +0000 (14:50 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 3 Nov 2011 13:45:20 +0000 (13:45 +0000)
configure.ac

index 6a3a893..e8febc4 100644 (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