summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-11-26 16:38:57 +0000
committerColin Watson <cjwatson@debian.org>2012-11-26 16:38:57 +0000
commitd27de69529f61455a16d006ca00f665ed83a5ae7 (patch)
tree9954d581e331a4a5bf5e051c9d113a55e63c2235 /debian/rules
parent3c3cee86988f6d3c5aa5acdb8287119bc59129b8 (diff)
Simplify --with-consolekit handling.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 5ce29c3ed..e3a11923b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ confflags += --with-ssl-engine
84ifeq ($(DEB_HOST_ARCH_OS),linux) 84ifeq ($(DEB_HOST_ARCH_OS),linux)
85confflags += --with-selinux 85confflags += --with-selinux
86endif 86endif
87ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) 87ifeq ($(DISTRIBUTOR),Ubuntu)
88confflags += --with-consolekit 88confflags += --with-consolekit
89endif 89endif
90 90