changeset 1388:32ede420188c

[project @ 1995-09-14 07:07:50 by jwe]
author jwe
date Thu, 14 Sep 1995 07:07:50 +0000
parents f78531791439
children affbd42dd0c1
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Sep 14 06:57:58 1995 +0000
+++ b/configure.in	Thu Sep 14 07:07:50 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.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