]> www.ginac.de Git - cln.git/commitdiff
* Fix typo in Bruno's ftime-patch from a couple of hours ago.
authorRichard Kreckel <kreckel@ginac.de>
Wed, 23 Jun 2004 21:25:17 +0000 (21:25 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 23 Jun 2004 21:25:17 +0000 (21:25 +0000)
configure.ac

index f19d7750744793407f4a66f1da8aa6693fabc0e6..4911a8b8462666c69d619d9a6570da4f19d5532e 100644 (file)
@@ -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