summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-06 10:38:31 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-06 10:38:31 +0200
commit3d585edbb14b9705c80183aeb16dfd0a28df0ac9 (patch)
tree651b105359537b78e5c728eb6ceefc70856b5b9b /configure.ac
parent5e63ce78b5018ba612e794a610a6f13c5eefade7 (diff)
build-sys: we do not support --disable-largefile builds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])