From d27de69529f61455a16d006ca00f665ed83a5ae7 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 26 Nov 2012 16:38:57 +0000 Subject: Simplify --with-consolekit handling. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ifeq ($(DEB_HOST_ARCH_OS),linux) confflags += --with-selinux endif -ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) +ifeq ($(DISTRIBUTOR),Ubuntu) confflags += --with-consolekit endif -- cgit v1.2.3