chiark / gitweb /
build-sys: we do not support --disable-largefile builds
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Jun 2013 08:38:31 +0000 (10:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Jun 2013 08:38:31 +0000 (10:38 +0200)
configure.ac

index bd46b33e85d28282050aba7423cf084029172762..fc71b74c96138bfd03eb8b4bb1f7b0e9410068f2 100644 (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])])
 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])
 
 # i18n stuff for the PolicyKit policy files
 IT_PROG_INTLTOOL([0.40.0])