[Bug 29534] [PATCH] tp-glib shouldn't rely upon vala-1.0.pc for its bindings

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 13 11:56:29 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29534

--- Comment #2 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-08-13 02:56:29 PDT ---
> +  AC_PATH_PROG([VAPIGEN], [vapigen], [false])
>  
>    if test "x$VAPIGEN" = "x"; then

You now need to check against "false":

    if test "x$VAPIGEN" = xfalse; then

With that change, r+.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list