changeset 2359:6d3cafa2798b

[project @ 1996-09-25 17:25:56 by jwe]
author jwe
date Wed, 25 Sep 1996 17:25:56 +0000
parents b3d7a8e3bcc7
children 8fc0fa7ae9ca
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}*)