summaryrefslogtreecommitdiff
path: root/src/s/hpux10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/hpux10.h')
-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 @@
#endif
/* Make sure we get select from libc rather than from libcurses
- because libcurses on HPUX 10.10 has a broken version of select. */
-#define LIBS_TERMCAP -lc -lcurses
+ because libcurses on HPUX 10.10 has a broken version of select.
+ We used to use -lc -lcurses, but this may be cleaner. */
+#define LIBS_TERMCAP -ltermcap
#undef C_SWITCH_X_SYSTEM
#undef LD_SWITCH_X_DEFAULT