configure: fix libdaxctl options
For some reason, libdaxctl option setting was set to work in an opposite
way (--enable-libdaxctl disabled it and vice versa). Fixing this so
configuration works properly.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210707063124.81954-1-mrezanin@redhat.com>
Fixes: 83ef16821a
("configure, meson: convert libdaxctl detection to meson", 2021-07-06)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
05de778b5b
commit
12033e16e9
4
configure
vendored
4
configure
vendored
@ -1531,9 +1531,9 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--disable-keyring) secret_keyring="no"
|
--disable-keyring) secret_keyring="no"
|
||||||
;;
|
;;
|
||||||
--enable-libdaxctl) libdaxctl=disabled
|
--enable-libdaxctl) libdaxctl="enabled"
|
||||||
;;
|
;;
|
||||||
--disable-libdaxctl) libdaxctl=enabled
|
--disable-libdaxctl) libdaxctl="disabled"
|
||||||
;;
|
;;
|
||||||
--enable-fuse) fuse="enabled"
|
--enable-fuse) fuse="enabled"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user