summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFabian Groffen2011-01-17 21:04:04 +0100
committerKarel Zak2011-01-20 22:40:58 +0100
commit5be1c0330b8ba239a7a25ff6ec840e3316ef68c7 (patch)
tree211b13a8692e921cb7b35515f62f452980c026b2 /configure.ac
parentlibmount: add mnt_context_is_* functions (diff)
downloadkernel-qcow2-util-linux-5be1c0330b8ba239a7a25ff6ec840e3316ef68c7.tar.gz
kernel-qcow2-util-linux-5be1c0330b8ba239a7a25ff6ec840e3316ef68c7.tar.xz
kernel-qcow2-util-linux-5be1c0330b8ba239a7a25ff6ec840e3316ef68c7.zip
build-sys: check for loff_t, it may not exist
On some systems, loff_t does not exist. Define it as int64_t in that case. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8922d1f68..5b491f8ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -566,6 +566,7 @@ printf(__progname);
AC_CHECK_TYPES([union semun], [], [], [[
#include <sys/sem.h>
]])
+AC_CHECK_TYPES(loff_t)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[