diff options
| author | Richard M. Stallman | 1997-06-22 22:55:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-22 22:55:28 +0000 |
| commit | f846bc3668d5045e724ee1e9bf21396cb6da8b7d (patch) | |
| tree | e252c0dba1fc3983b50f9f543b776204ec6a89b0 /src/s | |
| parent | f535f6b22c5adfe8d4be6316abd0c2dc74cc7ef9 (diff) | |
| download | emacs-f846bc3668d5045e724ee1e9bf21396cb6da8b7d.tar.gz emacs-f846bc3668d5045e724ee1e9bf21396cb6da8b7d.zip | |
(LIBS_TERMCAP): Use -ltermcap instead of -lc.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 32daf200a21..58c6f43951d 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -27,8 +27,9 @@ | |||
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | /* Make sure we get select from libc rather than from libcurses | 29 | /* Make sure we get select from libc rather than from libcurses |
| 30 | because libcurses on HPUX 10.10 has a broken version of select. */ | 30 | because libcurses on HPUX 10.10 has a broken version of select. |
| 31 | #define LIBS_TERMCAP -lc -lcurses | 31 | We used to use -lc -lcurses, but this may be cleaner. */ |
| 32 | #define LIBS_TERMCAP -ltermcap | ||
| 32 | 33 | ||
| 33 | #undef C_SWITCH_X_SYSTEM | 34 | #undef C_SWITCH_X_SYSTEM |
| 34 | #undef LD_SWITCH_X_DEFAULT | 35 | #undef LD_SWITCH_X_DEFAULT |