Code

Fix for #304: checking for time_t is done with AC_RUN_IFELSE which fails when cross...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 23 Jun 2011 05:45:36 +0000 (05:45 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 23 Jun 2011 05:45:36 +0000 (05:45 +0000)
commit6ed43d1871dec39e4538d3698e3a350b2f8358d8
tree1da2d382f2b40189543a7c040ab54c1f24e7ddea
parent220a39865346c8a0cb9b4daeb20b5993775d8678
Fix for #304: checking for time_t is done with AC_RUN_IFELSE which fails when cross-compiling. The size of time_t can be detected with AC_CHECK_SIZEOF. -- Michael Olbrich

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2186 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/configure.ac