diff configure.ac @ 10073:dcde57cb5778

use times module from gnulib
author John W. Eaton <jwe@octave.org>
date Thu, 07 Jan 2010 17:26:18 -0500
parents 0b0bf1fd1ed7
children 6ece454060b3
line wrap: on
line diff
--- a/configure.ac	Thu Jan 07 16:43:48 2010 -0500
+++ b/configure.ac	Thu Jan 07 17:26:18 2010 -0500
@@ -1677,7 +1677,7 @@
 
 ### A system dependent kluge or two.
 
-AC_CHECK_FUNCS(getrusage times)
+AC_CHECK_FUNCS(getrusage)
 case "$canonical_host_type" in
   *-*-cygwin*)
     AC_DEFINE(RUSAGE_TIMES_ONLY, 1, [Define if your struct rusage only has time information.])