Mercurial > emacs
diff src/s/gnu-linux.h @ 14958:19c05cbf2811
Test HAVE_LIBNCURSES, not HAVE_NCURSES
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 08 Apr 1996 13:47:00 +0000 |
| parents | e827a568785f |
| children | cee88fc1cecd |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Mon Apr 08 13:45:39 1996 +0000 +++ b/src/s/gnu-linux.h Mon Apr 08 13:47:00 1996 +0000 @@ -222,7 +222,7 @@ /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ #define LIB_MOTIF -lXm -lXpm -#ifdef HAVE_NCURSES +#ifdef HAVE_LIBNCURSES #define TERMINFO #define LIBS_TERMCAP -lncurses #endif
