commit 77c4984f7166b6bf609453b7fa44840db13ee2e1 parent 087e16a11cdcf93655867fdc4ce2ca55f5312d17 Author: LRN <lrn1986@gmail.com> Date: Sun, 22 Dec 2013 20:53:14 +0000 Need to check for _stati64 Diffstat:
| M | configure.ac | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -36,6 +36,8 @@ LIBSOLD=$LIBS LT_INIT([disable-static dlopen win32-dll]) AC_SUBST(MKDIR_P) +AC_CHECK_DECLS([_stati64]) + case "$target_os" in *linux-gnu) AC_DEFINE(GNU_LINUX,1,[This is a GNU/Linux system])