configure: it makes no sense to install systemd with stow

This commit is contained in:
Lennart Poettering 2012-02-07 14:43:33 +01:00
parent 20908246d6
commit e9c06c79f2
1 changed files with 0 additions and 7 deletions

View File

@ -36,13 +36,6 @@ AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" ||
AM_SILENT_RULES([yes])
AC_CHECK_PROG([STOW], [stow], [yes], [no])
AS_IF([test "x$STOW" = "xyes" && test -d /usr/local/stow], [
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
])
# i18n stuff for the PolicyKit policy files
IT_PROG_INTLTOOL([0.40.0])