# HG changeset patch # User jwe # Date 811062470 0 # Node ID 32ede420188c75631f16a389064933b22b728014 # Parent f78531791439148ee65fa64c6a3859803273ff8a [project @ 1995-09-14 07:07:50 by jwe] diff --git a/configure.in b/configure.in --- 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.132 $) +AC_REVISION($Revision: 1.133 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -664,6 +664,7 @@ AC_STRUCT_TM AC_STRUCT_TIMEZONE AC_FUNC_SETVBUF_REVERSED +AC_FUNC_CLOSEDIR_VOID TERMLIBS="" for termlib in termcap terminfo curses termlib ; do