diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index bb9697d..88fbaab 100755 --- a/gdb/configure +++ b/gdb/configure @@ -7190,7 +7190,7 @@ case $host_os in *mingw32*) if test x"$curses_found" != xyes; then ac_cv_search_tgetent="none required" - CONFIG_OBS="$CONFIG_OBS windows-termcap.o" + CONFIG_OBS="$CONFIG_OBS stub-termcap.o" fi ;; esac |