aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-22 14:15:01 +0000
committerLRN <lrn1986@gmail.com>2013-12-22 14:15:01 +0000
commit7bd83bdbb22f9672050731f12d9a6b216c47659f (patch)
tree26fe717547aef33c5b3ec7ebf359badfbd9658f4 /configure.ac
parentdaed7f922eac6b057bc972df35c70b922026ac2d (diff)
downloadgnunet-7bd83bdbb22f9672050731f12d9a6b216c47659f.tar.gz
gnunet-7bd83bdbb22f9672050731f12d9a6b216c47659f.zip
Use newer plibc, adjust the code as needed
Use plibc_set_stat_size_size Use plibc_set_stat_time_size Update plibc header Check for _stati64 (needed due to the new plibc header)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d4ce8a0ac..01b0d58d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,6 +210,8 @@ AC_CHECK_MEMBER(struct tm.tm_gmtoff,
210 , 210 ,
211 [#include <time.h>]) 211 [#include <time.h>])
212 212
213AC_CHECK_DECLS([_stati64])
214
213# 'save' libs; only those libs found so far will be 215# 'save' libs; only those libs found so far will be
214# linked against _everywhere_. For the others, we 216# linked against _everywhere_. For the others, we
215# will be more selective! 217# will be more selective!