configure: add AC_SYS_LARGEFILE

This commit is contained in:
Kay Sievers 2011-04-25 21:50:42 +02:00
parent 772f83719e
commit 907dd1953b
1 changed files with 1 additions and 0 deletions

View File

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