From: Richard M. Stallman Date: Sun, 22 Jun 1997 22:55:28 +0000 (+0000) Subject: (LIBS_TERMCAP): Use -ltermcap instead of -lc. X-Git-Tag: emacs-20.1~1556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f846bc3668d5045e724ee1e9bf21396cb6da8b7d;p=emacs.git (LIBS_TERMCAP): Use -ltermcap instead of -lc. --- 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