oops - wrong test
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 20 Jun 2015 15:31:50 +0000 (17:31 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 20 Jun 2015 15:31:50 +0000 (17:31 +0200)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 621faca..fbd1a7a 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -136,7 +136,7 @@ endif
 #################### libvirt version selection
 
 # use fedora's libvirt starting with f22
-ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20 f21)"
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20 f21)"
 local_libvirt=true
 endif