[systemd-commits] configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Jun 6 01:24:28 PDT 2013
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5e63ce78b5018ba612e794a610a6f13c5eefade7
Author: Cristian RodrÃguez <crrodriguez at opensuse.org>
Date: Tue Jun 4 14:42:56 2013 -0400
build-sys: do not allow --enable static
diff --git a/configure.ac b/configure.ac
index d266601..bd46b33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,8 @@ 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])])
+
# i18n stuff for the PolicyKit policy files
IT_PROG_INTLTOOL([0.40.0])
More information about the systemd-commits
mailing list