aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-22 20:53:14 +0000
committerLRN <lrn1986@gmail.com>2013-12-22 20:53:14 +0000
commit77c4984f7166b6bf609453b7fa44840db13ee2e1 (patch)
tree5c829e69430527141779f0d13a025d5c77ad9eb2
parent087e16a11cdcf93655867fdc4ce2ca55f5312d17 (diff)
downloadlibextractor-77c4984f7166b6bf609453b7fa44840db13ee2e1.tar.gz
libextractor-77c4984f7166b6bf609453b7fa44840db13ee2e1.zip
Need to check for _stati64
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6fa944b..09d199a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,8 @@ LIBSOLD=$LIBS
36LT_INIT([disable-static dlopen win32-dll]) 36LT_INIT([disable-static dlopen win32-dll])
37AC_SUBST(MKDIR_P) 37AC_SUBST(MKDIR_P)
38 38
39AC_CHECK_DECLS([_stati64])
40
39case "$target_os" in 41case "$target_os" in
40*linux-gnu) 42*linux-gnu)
41 AC_DEFINE(GNU_LINUX,1,[This is a GNU/Linux system]) 43 AC_DEFINE(GNU_LINUX,1,[This is a GNU/Linux system])