build-sys: we do not support --disable-largefile builds

This commit is contained in:
Lennart Poettering 2013-06-06 10:38:31 +02:00
parent 5e63ce78b5
commit 3d585edbb1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ LT_PREREQ(2.2)
LT_INIT([disable-static])
AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
# i18n stuff for the PolicyKit policy files
IT_PROG_INTLTOOL([0.40.0])