diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-30 02:21:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-30 02:21:16 -0500 |
commit | 701075b2c891d0199e04ebff13d5b5845ff5c652 (patch) | |
tree | abc397209f51c305c1c4643a853676c597fd1c48 /configure.ac | |
parent | 645650ae243c6269faa3dec4df17b112d234a377 (diff) | |
download | gtk+-701075b2c891d0199e04ebff13d5b5845ff5c652.tar.gz |
Nicer configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18fbd51181..57a3519345 100644 --- a/configure.ac +++ b/configure.ac @@ -1702,7 +1702,10 @@ AC_OUTPUT included_immodules=${included_immodules//,/ } included_immodules=${included_immodules:-none} -echo "configuration:" +echo "" +echo " GTK+ $GTK_VERSION" +echo " ===========" +echo "" echo " GDK backends: $GDK_BACKENDS" if test "x$enable_x11_backend" = "xyes"; then echo " X11 extensions: $X_EXTENSIONS" |