X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=fc71b74c96138bfd03eb8b4bb1f7b0e9410068f2;hp=d266601aebcc1532021e5ff18093d9df82340151;hb=a190eeb884840e1a431e22eee2c3b93c96ca7fa3;hpb=6351163bf3e519cc07adb2732d12450741f5a0d3 diff --git a/configure.ac b/configure.ac index d266601ae..fc71b74c9 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,9 @@ AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" || 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])