mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
build-sys: we do not support --disable-largefile builds
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user