Temporarily work around mozjs intl api check

https://bugzilla.gnome.org/show_bug.cgi?id=779412
This commit is contained in:
Kalev Lember 2017-03-01 12:58:53 +01:00
parent 093fa5e488
commit 7183fb0c15

View File

@ -57,6 +57,9 @@ the functionality of the installed gjs package.
%setup -q
%build
# Work around https://bugzilla.gnome.org/show_bug.cgi?id=779412
export ac_cv_path_JS_INTERP=/usr/bin/true
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static --enable-installed-tests)