]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix for #304: checking for time_t is done with AC_RUN_IFELSE which fails when cross...
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 23 Jun 2011 05:45:36 +0000 (05:45 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 23 Jun 2011 05:45:36 +0000 (05:45 +0000)
commit084dcfd2ce132b308af8eaaff375719bc55c7357
tree54aa4ebe012a8606d4516d1892fa2e9461a9ccd9
parent422f0f4d367fca74041cccd2e56878093be87c24
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