X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=fc71b74c96138bfd03eb8b4bb1f7b0e9410068f2;hb=c2756a68401102786be343712c0c35acbd73d28d;hp=bd46b33e85d28282050aba7423cf084029172762;hpb=5e63ce78b5018ba612e794a610a6f13c5eefade7;p=elogind.git diff --git a/configure.ac b/configure.ac index bd46b33e8..fc71b74c9 100644 --- a/configure.ac +++ b/configure.ac @@ -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])