changeset 1815:2f2848511175

[TERMINFO]: Don't define LIBS_TERMCAP.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jan 1993 20:12:52 +0000
parents e8a0d6a1b36a
children 7fc396d27130
files src/m/sparc.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/sparc.h	Mon Jan 25 20:11:29 1993 +0000
+++ b/src/m/sparc.h	Mon Jan 25 20:12:52 1993 +0000
@@ -83,9 +83,12 @@
 #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 */