[configure] Print version info in summary.

Add the cairo version to the configure summary.
This commit is contained in:
Chris Wilson 2008-01-10 14:18:25 +00:00
parent ea4dec08f7
commit 9d49c4b10e

View file

@ -995,8 +995,9 @@ AC_OUTPUT
dnl ===========================================================================
V="$CAIRO_VERSION_MAJOR.$CAIRO_VERSION_MINOR.$CAIRO_VERSION_MICRO"
echo ""
echo "cairo will be compiled with the following surface backends:"
echo "cairo (version $V) will be compiled with the following surface backends:"
echo " image: yes (always builtin)"
echo " Xlib: $use_xlib"
echo " Xlib Xrender: $use_xlib_xrender"