diff options
| author | Richard M. Stallman | 1996-04-08 13:47:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-08 13:47:00 +0000 |
| commit | be1d1a1ae5fa1641fc5eccd6ebe049c6a3cab124 (patch) | |
| tree | 6e2f73ad9ab2129e17dcccced84cda501f19b1e3 /src/s | |
| parent | 63273cc6352a8703d80661763a1692d9bd71b18f (diff) | |
| download | emacs-be1d1a1ae5fa1641fc5eccd6ebe049c6a3cab124.tar.gz emacs-be1d1a1ae5fa1641fc5eccd6ebe049c6a3cab124.zip | |
Test HAVE_LIBNCURSES, not HAVE_NCURSES
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ | 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ |
| 223 | #define LIB_MOTIF -lXm -lXpm | 223 | #define LIB_MOTIF -lXm -lXpm |
| 224 | 224 | ||
| 225 | #ifdef HAVE_NCURSES | 225 | #ifdef HAVE_LIBNCURSES |
| 226 | #define TERMINFO | 226 | #define TERMINFO |
| 227 | #define LIBS_TERMCAP -lncurses | 227 | #define LIBS_TERMCAP -lncurses |
| 228 | #endif | 228 | #endif |