changeset 1473:40d91a5824b2

[project @ 1995-09-22 09:40:57 by jwe]
author jwe
date Fri, 22 Sep 1995 09:40:57 +0000
parents 72319a899c29
children a2a9c320483a
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Sep 22 09:36:23 1995 +0000
+++ b/configure.in	Fri Sep 22 09:40:57 1995 +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.138 $)
+AC_REVISION($Revision: 1.139 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -567,6 +567,7 @@
 AC_CHECK_HEADERS(sys/fcntl.h sys/param.h sys/resource.h sys/select.h)
 AC_CHECK_HEADERS(sys/stat.h sys/time.h sys/utsname.h)
 AC_CHECK_HEADERS(termios.h termio.h sgtty.h)
+AC_CHECK_HEADERS(termcap.h curses.h)
 
 if test "$ac_cv_header_termios_h" = yes \
     || test "$ac_cv_header_termio_h" = yes \