Hi David,

On Mon, Dec 06, 2010 at 01:46:39PM +0000, David Woodhouse wrote:
> It is now a string which must be free'd with g_free().
> 
> A return of NULL will always be interpreted as "DIRECT", so no need to
> return g_strdup("DIRECT");
> 
> This means that __pacrunner_mozjs_execute() is no longer returning a pointer
> to a character array which may disappear at any time if GC happens.
All patches (and a couple more from your git tree) applied.
The v8 support is now done through a plugin, so you'll have to configure
pacrunner with --enable-mozjs or --enable-v8 (or both, in which case v8 takes
the lead).

The autotools support for v8 is a bit ugly, but I don't think there is a nice
way to check for C++ libraries with autotools.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to