After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 627383 - missing dependency on xulrunner >= 1.9.1
missing dependency on xulrunner >= 1.9.1
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-19 16:20 UTC by Frederic Crozat
Modified: 2010-09-01 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Crozat 2010-08-19 16:20:24 UTC
git commit 25dc86f11f6ac1a4bc22f0dc4141f007bc24e86e (bug #571000) added a dependency on xulrunner 1.9.1 (or later), since JS_DefinePropertyById is not available in xulrunner 1.9.0.x

configure.ac tests should be updated to reflect that.
Comment 1 Colin Walters 2010-09-01 19:49:20 UTC
commit 0e109e0f21c233b2414b6c57f2ed2f8b28accc7b
Author: Colin Walters <walters@verbum.org>
Date:   Wed Sep 1 15:48:17 2010 -0400

    configure: Check for JS_DefinePropertyById
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627383