summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-07 14:43:33 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-07 14:43:33 +0100
commite9c06c79f2eba0f1ba39e95a5aaee79110513142 (patch)
treee767621aa8042e4c807728ded6609104efd26d04 /configure.ac
parent20908246d628417b598fdd85e047ea0eed43d240 (diff)
configure: it makes no sense to install systemd with stow
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index b44c34500..c83067a27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])