[TERMINFO]: Don't define LIBS_TERMCAP.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jan 1993 20:12:52 +0000 (20:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jan 1993 20:12:52 +0000 (20:12 +0000)
src/m/sparc.h

index f163403..7e4a680 100644 (file)
@@ -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 */