aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2003-12-29 07:35:35 +0000
committerEli Zaretskii <eliz@gnu.org>2003-12-29 07:35:35 +0000
commit228a417ca290d084ef0f96302ebde3d949daed2d (patch)
tree97719cc2be1fa6b15dfa363cf0678503f85c0ae8 /gdb/configure.in
parent9ef86733b3b186a6575a3d094308460ce07103c9 (diff)
downloadgdb-228a417ca290d084ef0f96302ebde3d949daed2d.zip
gdb-228a417ca290d084ef0f96302ebde3d949daed2d.tar.gz
gdb-228a417ca290d084ef0f96302ebde3d949daed2d.tar.bz2
* configure.in: Set ac_cv_search_tgetent to "none required" for
"*djgpp*" targets as well (DJGPP doesn't have termcap and doesn't need one). * config/djgpp/config.sed: Tweak to adapt to the changes in configury. * config/djgpp/djconfig.sh: Fix the test of unpacked distribution, since there's no gdb.cxx directory anymore.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 128c744..d27470c 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -317,8 +317,7 @@ case $host_os in
LIBS="../libtermcap/libtermcap.a $LIBS"
ac_cv_search_tgetent="../libtermcap/libtermcap.a"
fi ;;
- go32*)
- # ??? Is this really true?
+ go32* | *djgpp*)
ac_cv_search_tgetent="none required"
;;
aix*)