diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-07-25 15:08:41 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-07-25 15:08:41 +0000 |
commit | ff429e3f95b06cf52ce59b39575c430a91d18b80 (patch) | |
tree | 01d6867ffbdb90ea28f975e6788d3ea44fdfc785 /gdb/configure.ac | |
parent | f20b0dde085ad9c14038a36282c754b65be228c6 (diff) | |
download | gdb-ff429e3f95b06cf52ce59b39575c430a91d18b80.tar.gz |
* configure.ac: On MinGW, do not require a termcap library, and
use win32-termcap.c.
* configure: Regenerated.
* win32-termcap.c: New file.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 2664b9ad0bb..2c98b3b6582 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -332,6 +332,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. |