git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f48803
)
daemon: Build daemon with AC_SYS_LARGEFILE.
author
Richard Jones
<rjones@redhat.com>
Wed, 4 Nov 2009 17:23:11 +0000
(17:23 +0000)
committer
Richard Jones
<rjones@redhat.com>
Wed, 4 Nov 2009 17:23:11 +0000
(17:23 +0000)
daemon/configure.ac
patch
|
blob
|
history
diff --git
a/daemon/configure.ac
b/daemon/configure.ac
index
52da3ad
..
0deaa3c
100644
(file)
--- a/
daemon/configure.ac
+++ b/
daemon/configure.ac
@@
-124,6
+124,9
@@
test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
AM_PROG_CC_C_O
+dnl Check support for 64 bit file offsets.
+AC_SYS_LARGEFILE
+
dnl Check for Augeas (now optional).
AC_CHECK_LIB([augeas],[aug_match],[
LIBS="-laugeas $LIBS"