aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-22 22:55:28 +0000
committerRichard M. Stallman1997-06-22 22:55:28 +0000
commitf846bc3668d5045e724ee1e9bf21396cb6da8b7d (patch)
treee252c0dba1fc3983b50f9f543b776204ec6a89b0 /src/s
parentf535f6b22c5adfe8d4be6316abd0c2dc74cc7ef9 (diff)
downloademacs-f846bc3668d5045e724ee1e9bf21396cb6da8b7d.tar.gz
emacs-f846bc3668d5045e724ee1e9bf21396cb6da8b7d.zip
(LIBS_TERMCAP): Use -ltermcap instead of -lc.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10.h5
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