Hi,
> +# check for u2f support
> +if test "$u2f" != "no"; then
> +if $pkg_config --atleast-version=0.0.0 u2f-emu; then
> +u2f_emu_cflags=$($pkg_config --cflags u2f-emu)
> +u2f_emu_libs=$($pkg_config --libs u2f-emu)
> +u2f="yes"
> +else
> +if test "$u2f" =
Signed-off-by: César Belley
---
configure | 26 ++
1 file changed, 26 insertions(+)
diff --git a/configure b/configure
index 67832e3bab..75d38e5411 100755
--- a/configure
+++ b/configure
@@ -495,6 +495,7 @@ trace_file="trace"
spice=""
rbd=""
smartcard=""
+u2f=""
libus