From 653d5aee8dd8c5ac33607bfad512040bd0764e41 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 23 Jun 2004 21:25:17 +0000 Subject: [PATCH] * Fix typo in Bruno's ftime-patch from a couple of hours ago. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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