aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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!