[vte] build: Print compiler version in configure summary



commit b0ad91c9092f06155b826478b9d2ad475e821405
Author: Christian Persch <chpe src gnome org>
Date:   Thu Sep 19 11:24:13 2019 +0200

    build: Print compiler version in configure summary

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index bca10a2b..69ff1329 100644
--- a/meson.build
+++ b/meson.build
@@ -463,8 +463,8 @@ output = '\n'
 output += 'Configuration for VTE:\n\n'
 output += '  Version:      ' + vte_version + '\n'
 output += '\n'
-output += '  C compiler:   ' + cc.get_id() + '\n'
-output += '  C++ compiler: ' + cxx.get_id() + '\n'
+output += '  C compiler:   ' + cc.get_id() + ' (version ' + cc.version() + ')\n'
+output += '  C++ compiler: ' + cxx.get_id() + ' (version ' + cxx.version() + ')\n'
 output += '\n'
 output += '  Coverage:     ' + get_option('b_coverage').to_string() + '\n'
 output += '  Debug:        ' + enable_debug.to_string() + '\n'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]