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)
commit7b8010367b0bb02509713583d053b9e02f52cf47
tree54aa4ebe012a8606d4516d1892fa2e9461a9ccd9
parent5f4d4976c82ed1195b0430940c85b0850144b10d
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/branches/1.4/program@2186 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac