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 | 7ef34f2cde1d446fb7ce7d2151446a7ac38aeabd (patch) | |
tree | 9e3fdb8691665c78ea0f6e872504c5ad10d6dd24 /gdb/configure | |
parent | 314c531dbab85f5181431e1a5c89893d6440fc22 (diff) | |
download | gdb-7ef34f2cde1d446fb7ce7d2151446a7ac38aeabd.zip gdb-7ef34f2cde1d446fb7ce7d2151446a7ac38aeabd.tar.gz gdb-7ef34f2cde1d446fb7ce7d2151446a7ac38aeabd.tar.bz2 |
* 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')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 29e156f..9dff1f6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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. |