From 7bd83bdbb22f9672050731f12d9a6b216c47659f Mon Sep 17 00:00:00 2001 From: LRN Date: Sun, 22 Dec 2013 14:15:01 +0000 Subject: 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) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 ]) +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! -- cgit v1.2.3