Mercurial > hg > octave-nkf
diff configure.in @ 2359:6d3cafa2798b
[project @ 1996-09-25 17:25:56 by jwe]
author | jwe |
---|---|
date | Wed, 25 Sep 1996 17:25:56 +0000 |
parents | 5ac79d79da10 |
children | 4fc9fd1424a9 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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}*)