diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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 | |||
84 | ifeq ($(DEB_HOST_ARCH_OS),linux) | 84 | ifeq ($(DEB_HOST_ARCH_OS),linux) |
85 | confflags += --with-selinux | 85 | confflags += --with-selinux |
86 | endif | 86 | endif |
87 | ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) | 87 | ifeq ($(DISTRIBUTOR),Ubuntu) |
88 | confflags += --with-consolekit | 88 | confflags += --with-consolekit |
89 | endif | 89 | endif |
90 | 90 | ||