summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-25 21:50:42 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-04-25 21:50:42 +0200
commit907dd1953b7517534d646f5b2777780020c896e2 (patch)
tree7baf998a4b360c1210cfd0e8f217817b0fe99ae9 /configure.ac
parent772f83719e3c2262d948a4c4e70fe9babc4c4610 (diff)
configure: add AC_SYS_LARGEFILE
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 730861f78a..841557f8f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ AC_INIT([systemd],[25],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
+AC_SYS_LARGEFILE
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects dist-bzip2])