gdb/configure.ac: add --enable-source-highlight
[deliverable/binutils-gdb.git] / gdb / top.c
index 60ca74da2530c836d66d29abe6e22702e4c1d2f6..9a1c258d3f7456be6d915defad85523853bb7008 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1450,6 +1450,15 @@ This GDB was configured as follows:\n\
              --without-guile\n\
 "));
 #endif
+#if HAVE_SOURCE_HIGHLIGHT
+  fprintf_filtered (stream, _("\
+             --enable-source-highlight\n\
+"));
+#else
+  fprintf_filtered (stream, _("\
+             --disable-source-highlight\n\
+"));
+#endif
 #ifdef RELOC_SRCDIR
   fprintf_filtered (stream, _("\
              --with-relocated-sources=%s\n\
This page took 0.027193 seconds and 4 git commands to generate.