# HG changeset patch # User jwe # Date 843672356 0 # Node ID 6d3cafa2798be1caedb006a0a822f98b2784ecdd # Parent b3d7a8e3bcc7276401011b47c27569336d323487 [project @ 1996-09-25 17:25:56 by jwe] diff -r b3d7a8e3bcc7 -r 6d3cafa2798b configure.in --- a/configure.in Wed Aug 21 03:13:11 1996 +0000 +++ b/configure.in Wed Sep 25 17:25:56 1996 +0000 @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.214 $) +AC_REVISION($Revision: 1.215 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -835,7 +835,7 @@ AC_FUNC_CLOSEDIR_VOID TERMLIBS="" -for termlib in termcap terminfo curses termlib; do +for termlib in termcap terminfo ncurses curses termlib; do AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"]) case "${TERMLIBS}" in *-l${termlib}*)