It was only set when the vala detection was automatic (ie no
--enable-vala on the command line)
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index e6d8245..ae5023c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,8 @@ if test "x$enable_introspection" = "xyes" ; then
if test "x$VAPIGEN" != "xno"; then
if test "x$enable_vala" == "xcheck" ; then
enable_vala=yes
- AC_SUBST(VAPIGEN)
fi
+ AC_SUBST(VAPIGEN)
else
AC_MSG_ERROR([Cannot find the "vapigen" binary in your
PATH])
fi
--
1.7.9.3
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list