build-sys: do not allow --enable static

This commit is contained in:
Cristian Rodríguez 2013-06-04 14:42:56 -04:00 committed by Lennart Poettering
parent af4713396c
commit 5e63ce78b5
1 changed files with 2 additions and 0 deletions

View File

@ -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])