From 55f0149e49824e44f7edf4ea381c189043be970f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jan 1993 20:12:52 +0000 Subject: [PATCH] [TERMINFO]: Don't define LIBS_TERMCAP. --- src/m/sparc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/m/sparc.h b/src/m/sparc.h index f1634032992..7e4a6801f9a 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -83,9 +83,12 @@ NOTE-END */ #define HAVE_ALLOCA #include -/* 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 */