Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
560:b202fbfc7dea | 561:1dac8639fe3f |
---|---|
4190 fi | 4190 fi |
4191 else dnl "$have_terminfo" = "no" && "with_ncurses" = "no" | 4191 else dnl "$have_terminfo" = "no" && "with_ncurses" = "no" |
4192 XE_ADD_OBJS(tparam.o) | 4192 XE_ADD_OBJS(tparam.o) |
4193 dnl The HP-UX curses library seems to have a badly broken version of select(2) | 4193 dnl The HP-UX curses library seems to have a badly broken version of select(2) |
4194 dnl that makes "poll: interrupted system call" messages to appear and | 4194 dnl that makes "poll: interrupted system call" messages to appear and |
4195 dnl Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX) */ | 4195 dnl Emacs subprocesses to hang (e.g. TeX compilation w/ AUCTeX) */ |
4196 case "$opsys" in *-hp-hpux* ) libs_termcap="-ltermcap" ;; esac | 4196 case "$opsys" in *-hp-hpux* ) libs_termcap="-ltermcap" ;; esac |
4197 if test -n "$libs_termcap"; then | 4197 if test -n "$libs_termcap"; then |
4198 XE_PREPEND($libs_termcap, LIBS) | 4198 XE_PREPEND($libs_termcap, LIBS) |
4199 else | 4199 else |
4200 AC_CHECK_LIB(curses, tgetent, XE_PREPEND(-lcurses, LIBS), | 4200 AC_CHECK_LIB(curses, tgetent, XE_PREPEND(-lcurses, LIBS), |