diff configure.in @ 2427:2f50b24ce84f

[project @ 1996-10-25 06:15:28 by jwe]
author jwe
date Fri, 25 Oct 1996 06:15:50 +0000
parents d64502c62840
children dc870b8b229f
line wrap: on
line diff
--- a/configure.in	Fri Oct 25 02:33:12 1996 +0000
+++ b/configure.in	Fri Oct 25 06:15:50 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.219 $)
+AC_REVISION($Revision: 1.220 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -889,6 +889,12 @@
 
 AC_CHECK_FUNCS(getrusage times)
 
+case "$canonical_host_type" in
+  *-*-cygwin32)
+    AC_DEFINE(RUSAGE_TIMES_ONLY, 1)
+  ;;
+esac
+
 ### Checks for other programs used for building, testing, installing,
 ### and running Octave.
 ###