]> www.ginac.de Git - cln.git/commitdiff
Fix autoconf problem with ftime().
authorBruno Haible <bruno@clisp.org>
Wed, 23 Jun 2004 20:34:38 +0000 (20:34 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 23 Jun 2004 20:34:38 +0000 (20:34 +0000)
ChangeLog
configure.ac

index cf4e1c9521ff0c14cb04c4059a4fdd338b0fd317..a58c766afdc60d389f84cbde9ffa876d2f82620c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-23  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Pretend ftime() is not available. Needed by
+       CL_TIMES_CLOCK.
+
 2004-06-18  Richard B. Kreckel  <kreckel@ginac.de>
 
        * rational/transcendental/cl_RA_logp.cc: fix bug where base is
index 0ac6a45a2f41e39c0975e867f76124eea3749b01..f19d7750744793407f4a66f1da8aa6693fabc0e6 100644 (file)
@@ -126,6 +126,7 @@ 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
 CL_TIMES_CLOCK
                       dnl DEFS HAVE_TIMES_CLOCK
 CL_RUSAGE