Mercurial > hg > xemacs-beta
diff configure.in @ 561:1dac8639fe3f
[xemacs-hg @ 2001-05-24 04:12:17 by martinb]
typo fix
author | martinb |
---|---|
date | Thu, 24 May 2001 04:12:24 +0000 |
parents | 5101772788b2 |
children | 4a2749e56f92 |
line wrap: on
line diff
--- a/configure.in Wed May 23 11:30:01 2001 +0000 +++ b/configure.in Thu May 24 04:12:24 2001 +0000 @@ -4192,7 +4192,7 @@ XE_ADD_OBJS(tparam.o) dnl The HP-UX curses library seems to have a badly broken version of select(2) dnl that makes "poll: interrupted system call" messages to appear and - dnl Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX) */ + dnl Emacs subprocesses to hang (e.g. TeX compilation w/ AUCTeX) */ case "$opsys" in *-hp-hpux* ) libs_termcap="-ltermcap" ;; esac if test -n "$libs_termcap"; then XE_PREPEND($libs_termcap, LIBS)