diff -r 6f368c337f2d -r f9145ebb4fbc config/debug/gdb.in --- a/config/debug/gdb.in Sat Jan 09 00:54:46 2010 +0100 +++ b/config/debug/gdb.in Thu Jan 21 22:33:54 2010 +0100 @@ -129,29 +129,3 @@ default "7.0" if GDB_V_7_0 default "6.8" if GDB_V_6_8 default "snapshot" if GDB_V_snapshot - -if GDB_NATIVE - -comment "Native gdb needs a native ncurses library" - -choice - bool - prompt "ncurses version" - -config NCURSES_V_5_7 - bool - prompt "5.7" - -config NCURSES_V_5_6 - bool - prompt "5.6 (OBSOLETE)" - depends on OBSOLETE - -endchoice - -config NCURSES_VERSION - string - default "5.7" if NCURSES_V_5_7 - default "5.6" if NCURSES_V_5_6 - -endif # GDB_NATIVE --> ncurses