From: Richard Kreckel Date: Wed, 23 Jun 2004 21:25:17 +0000 (+0000) Subject: * Fix typo in Bruno's ftime-patch from a couple of hours ago. X-Git-Tag: cln_1-1-8~8 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=653d5aee8dd8c5ac33607bfad512040bd0764e41;p=cln.git * Fix typo in Bruno's ftime-patch from a couple of hours ago. --- diff --git a/configure.ac b/configure.ac index f19d775..4911a8b 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,8 @@ CL_FPU_CONTROL dnl DEFS HAVE_FPU_CONTROL_T, HAVE_SETFPUCW CL_GETTIMEOFDAY dnl DEFS HAVE_GETTIMEOFDAY, GETTIMEOFDAY_DOTS, GETTIMEOFDAY_TZP_T -ac_cv_func_ftime=no dnl don't use ftime(3) even if it's available +ac_cv_func_ftime=no + dnl don't use ftime(3) even if it's available CL_TIMES_CLOCK dnl DEFS HAVE_TIMES_CLOCK CL_RUSAGE