From: Richard M. Stallman Date: Mon, 8 Apr 1996 13:47:00 +0000 (+0000) Subject: Test HAVE_LIBNCURSES, not HAVE_NCURSES X-Git-Tag: emacs-19.34~902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be1d1a1ae5fa1641fc5eccd6ebe049c6a3cab124;p=emacs.git Test HAVE_LIBNCURSES, not HAVE_NCURSES --- 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