From a71e0887e3568d4e38601402d00f40493e696601 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 2 Oct 2009 16:02:34 +0000 Subject: gdb/ Fix compatibility of --with-system-readline and readline-6.0+. * configure.ac <--with-system-readline> (for readline_echoing_p): New test. * config.in: Regenerate. * configure: Regenerate. --- gdb/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index 4716524..74522ae 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -792,6 +792,9 @@ /* Define to `int' if does not define. */ #undef pid_t +/* readline-6.0 started to use different name. */ +#undef readline_echoing_p + /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ -- cgit v1.1