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 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])