diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/top.c b/gdb/top.c index b15c06b03ba..647d9fb920c 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1316,15 +1316,6 @@ This GDB was configured as follows:\n\ fprintf_filtered (stream, _("\ --with-system-gdbinit=%s%s\n\ "), SYSTEM_GDBINIT, SYSTEM_GDBINIT_RELOCATABLE ? " (relocatable)" : ""); -#if HAVE_ZLIB_H - fprintf_filtered (stream, _("\ - --with-zlib\n\ -")); -#else - fprintf_filtered (stream, _("\ - --without-zlib\n\ -")); -#endif #if HAVE_LIBBABELTRACE fprintf_filtered (stream, _("\ --with-babeltrace\n\ |