[virt-tools-list] [osinfo PATCH 1/2] configure.ac: set VAPIGEN when --enable-vala is passed
Daniel P. Berrange
berrange at redhat.com
Tue Mar 27 12:52:18 UTC 2012
On Tue, Mar 27, 2012 at 02:48:58PM +0200, Christophe Fergeau wrote:
> 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
ACK
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the virt-tools-list
mailing list