diff options
author | LRN <lrn1986@gmail.com> | 2013-12-22 14:15:01 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-12-22 14:15:01 +0000 |
commit | 7bd83bdbb22f9672050731f12d9a6b216c47659f (patch) | |
tree | 26fe717547aef33c5b3ec7ebf359badfbd9658f4 /configure.ac | |
parent | daed7f922eac6b057bc972df35c70b922026ac2d (diff) |
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.ac | 2 |
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, , [#include <time.h>]) +AC_CHECK_DECLS([_stati64]) + # 'save' libs; only those libs found so far will be # linked against _everywhere_. For the others, we # will be more selective! |