From fcf8da0f466895bb0fb2a89ae5e0d5a91a687ee3 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Sat, 17 Oct 1998 18:55:43 +0000 Subject: [PATCH] fix typo --- gdb/config/sparc/xm-sun4sol2.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 9aeac1683bf..d96dde73fe2 100644 --- a/gdb/config/sparc/xm-sun4sol2.h +++ b/gdb/config/sparc/xm-sun4sol2.h @@ -41,3 +41,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* solaris doesn't have siginterrupt, though it has sigaction; however, in this case siginterrupt would just be setting the default. */ #define NO_SIGINTERRUPT + +/* On sol2.7, emits a bunch of 'macro redefined' + warnings, which makes autoconf think curses.h doesn't + exist. Compensate fot that here. */ +#define HAVE_CURSES_H 1 -- 2.30.2