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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux