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 | c479c91fd2325d5de329dc22d8638f5043e343fb (patch) | |
tree | cdc65ef7d03e5b565448f53dd88c7e8db057c2a5 /src | |
parent | fcaf90962524a2a7157967ac182fff6971033960 (diff) | |
download | emacs-c479c91fd2325d5de329dc22d8638f5043e343fb.tar.gz |
[HAVE_NCURSES] (LIBS_TERMCAP): New definition.
Diffstat (limited to 'src')
-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 |