* configure.ac: On MinGW, do not require a termcap library, and

use win32-termcap.c.
	* configure: Regenerated.
	* win32-termcap.c: New file.
This commit is contained in:
Mark Mitchell
2005-07-25 15:08:41 +00:00
parent 314c531dba
commit 7ef34f2cde
5 changed files with 145 additions and 0 deletions

4
gdb/configure vendored
View File

@@ -8194,6 +8194,10 @@ case $host_os in
go32* | *djgpp*)
ac_cv_search_tgetent="none required"
;;
*mingw32*)
ac_cv_search_tgetent="none required"
CONFIG_OBS="$CONFIG_OBS win32-termcap.o"
;;
esac
# These are the libraries checked by Readline.