build: correctly report whether vala is enabled

Use the right autoconf variable.

Followup of commit 4f96e823d3.
This commit is contained in:
Pino Toscano
2019-01-23 14:56:27 +01:00
parent 4f96e823d3
commit fbaa5f003a

View File

@@ -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