changeset 936:ea01afd84d22

[project @ 1994-11-17 21:37:51 by jwe]
author jwe
date Thu, 17 Nov 1994 21:37:51 +0000
parents 28e275222873
children 3f2d6badce13
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 17 21:27:53 1994 +0000
+++ b/configure.in	Thu Nov 17 21:37:51 1994 +0000
@@ -21,7 +21,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.72 $)
+AC_REVISION($Revision: 1.73 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -480,7 +480,7 @@
 AC_CHECK_HEADERS(assert.h float.h limits.h memory.h pwd.h stdlib.h)
 AC_CHECK_HEADERS(string.h varargs.h unistd.h floatingpoint.h)
 AC_CHECK_HEADERS(sys/utsname.h sys/time.h sys/fcntl.h)
-AC_CHECK_HEADERS(sys/ttold.h sys/ptem.h sys/select.h)
+AC_CHECK_HEADERS(sys/ttold.h sys/ptem.h sys/select.h sys/resource.h)
 AC_HEADER_DIRENT
 AC_TIME_WITH_SYS_TIME