From be1d1a1ae5fa1641fc5eccd6ebe049c6a3cab124 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 Apr 1996 13:47:00 +0000 Subject: [PATCH] Test HAVE_LIBNCURSES, not HAVE_NCURSES --- src/s/gnu-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 9f0eaddae12..01092f77a24 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -222,7 +222,7 @@ Boston, MA 02111-1307, USA. */ /* Paul Abrahams says this is needed. */ #define LIB_MOTIF -lXm -lXpm -#ifdef HAVE_NCURSES +#ifdef HAVE_LIBNCURSES #define TERMINFO #define LIBS_TERMCAP -lncurses #endif -- 2.39.2