mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
[TERMINFO]: Don't define LIBS_TERMCAP.
This commit is contained in:
parent
baacd4229e
commit
55f0149e49
1 changed files with 4 additions and 1 deletions
|
|
@ -83,9 +83,12 @@ NOTE-END */
|
|||
#define HAVE_ALLOCA
|
||||
#include <alloca.h>
|
||||
|
||||
/* Must use the system's termcap. It does special things. */
|
||||
/* Must use the system's termcap, if we use any termcap.
|
||||
It does special things. */
|
||||
|
||||
#ifndef TERMINFO
|
||||
#define LIBS_TERMCAP -ltermcap
|
||||
#endif
|
||||
|
||||
/* Mask for address bits within a memory segment */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue