mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: correctly report whether vala is enabled
Use the right autoconf variable.
Followup of commit 4f96e823d3.
This commit is contained in:
@@ -424,7 +424,7 @@ if test "x$HAVE_GOBJECT_TRUE" = "x"; then echo "yes"; else echo "no"; fi
|
||||
AS_ECHO_N(["gobject introspection ............... "])
|
||||
if test "x$HAVE_INTROSPECTION_TRUE" = "x"; then echo "yes"; else echo "no"; fi
|
||||
AS_ECHO_N(["Vala bindings ....................... "])
|
||||
if test "x$ENABLE_VAPIGEN" = "x"; then echo "yes"; else echo "no"; fi
|
||||
if test "x$ENABLE_VAPIGEN_TRUE" = "x"; then echo "yes"; else echo "no"; fi
|
||||
AS_ECHO_N(["bash completion ..................... "])
|
||||
if test "x$HAVE_BASH_COMPLETION_TRUE" = "x"; then echo "yes"; else echo "no"; fi
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user