diff options
| author | Richard M. Stallman | 1993-01-25 20:12:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-01-25 20:12:52 +0000 |
| commit | 55f0149e49824e44f7edf4ea381c189043be970f (patch) | |
| tree | 0831f71666f167d4b76b04fc3bbfb16de4a7e6f8 /src/m | |
| parent | baacd4229e33fd1835a3b21abfcb594b0b3d3a82 (diff) | |
| download | emacs-55f0149e49824e44f7edf4ea381c189043be970f.tar.gz emacs-55f0149e49824e44f7edf4ea381c189043be970f.zip | |
[TERMINFO]: Don't define LIBS_TERMCAP.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/sparc.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ | |||
| 83 | #define HAVE_ALLOCA | 83 | #define HAVE_ALLOCA |
| 84 | #include <alloca.h> | 84 | #include <alloca.h> |
| 85 | 85 | ||
| 86 | /* Must use the system's termcap. It does special things. */ | 86 | /* Must use the system's termcap, if we use any termcap. |
| 87 | It does special things. */ | ||
| 87 | 88 | ||
| 89 | #ifndef TERMINFO | ||
| 88 | #define LIBS_TERMCAP -ltermcap | 90 | #define LIBS_TERMCAP -ltermcap |
| 91 | #endif | ||
| 89 | 92 | ||
| 90 | /* Mask for address bits within a memory segment */ | 93 | /* Mask for address bits within a memory segment */ |
| 91 | 94 | ||