[virt-tools-list] [osinfo PATCH 1/2] configure.ac: set VAPIGEN when --enable-vala is passed

Christophe Fergeau cfergeau at redhat.com
Tue Mar 27 12:48:58 UTC 2012


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




More information about the virt-tools-list mailing list