From 907dd1953b7517534d646f5b2777780020c896e2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 25 Apr 2011 21:50:42 +0200 Subject: [PATCH] configure: add AC_SYS_LARGEFILE --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 730861f78..841557f8f 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]) -- 2.30.2