There's a bug in the ncurses/termcap detection code in
Hugs-981111-source/src/unix/configure.in. Find patch below.

Nathan.

*** configure.in        Thu Dec 10 13:20:52 1998
--- old.configure.in    Thu Dec 10 13:21:08 1998
***************
*** 254,258 ****
      TERMCAP=no
      AC_CHECK_LIB(ncurses,main,TERMCAP="-lncurses",,)
!     if test "$ac_cv_lib_ncurses_main" = no; then
          AC_CHECK_LIB(termcap,main,TERMCAP="-ltermcap",,)
      fi
--- 254,258 ----
      TERMCAP=no
      AC_CHECK_LIB(ncurses,main,TERMCAP="-lncurses",,)
!     if test "$ac_cv_lib_ncurses" = no; then
          AC_CHECK_LIB(termcap,main,TERMCAP="-ltermcap",,)
      fi

Reply via email to