diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-05 20:08:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-05 20:08:52 +0000 |
commit | 565b8b0d63f3ab3d989b8093dfe327b5aa4709b2 (patch) | |
tree | a301df2d4e3d7cf6f8e6d8207526119f83df8f07 /src/s | |
parent | d7ab27189363acf15d7676085d552474435d7571 (diff) | |
download | emacs-565b8b0d63f3ab3d989b8093dfe327b5aa4709b2.tar.gz |
[HAVE_NCURSES] (LIBS_TERMCAP): New definition.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index bbd50dc0fc4..9f0eaddae12 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -224,6 +224,7 @@ Boston, MA 02111-1307, USA. */ #ifdef HAVE_NCURSES #define TERMINFO +#define LIBS_TERMCAP -lncurses #endif #define HAVE_SYSVIPC |