]> 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)
commit7a78d1a6651944d2b6c2083e1c4c07d04116e551
tree2a41173b9c82782193ed33b62139d90593a8ce38
parentac5bb0535caaaa916a2151c2888b2b228356ebb1
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/program@2186 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac