From ab11614906ce02b01fc6ef39b35757fa16a467f9 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 17 Apr 2013 01:02:02 +0000 Subject: gdb/ * top.c (print_gdb_configuration): Print configure-time parameter on using libbabeltrace or not. --- gdb/top.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 6a402ba..480b67e 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1242,6 +1242,15 @@ This GDB was configured as follows:\n\ --without-zlib\n\ ")); #endif +#if HAVE_LIBBABELTRACE + fprintf_filtered (stream, _("\ + --with-babeltrace\n\ +")); +#else + fprintf_filtered (stream, _("\ + --without-babeltrace\n\ +")); +#endif } -- cgit v1.1