From: Cristian Rodríguez Date: Tue, 4 Jun 2013 18:42:56 +0000 (-0400) Subject: build-sys: do not allow --enable static X-Git-Tag: v205~161 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5e63ce78b5018ba612e794a610a6f13c5eefade7 build-sys: do not allow --enable static --- diff --git a/configure.ac b/configure.ac index d266601ae..bd46b33e8 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])