[Phylobase-commits] r311 - pkg/src/ncl

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 19 00:21:00 CET 2008


Author: bcomeara
Date: 2008-12-19 00:21:00 +0100 (Fri, 19 Dec 2008)
New Revision: 311

Modified:
   pkg/src/ncl/configure
Log:
Made mktime test bail after 5 seconds

Modified: pkg/src/ncl/configure
===================================================================
--- pkg/src/ncl/configure	2008-12-18 21:52:08 UTC (rev 310)
+++ pkg/src/ncl/configure	2008-12-18 23:21:00 UTC (rev 311)
@@ -21824,7 +21824,7 @@
   /* This test makes some buggy mktime implementations loop.
      Give up after 60 seconds; a mktime slower than that
      isn't worth using anyway.  */
-  alarm (60);
+  alarm (5);
 
   for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
     continue;



More information about the Phylobase-commits mailing list