1
0
forked from 0ad/0ad

Support building with mozjs 31.5 used in Ubuntu PPA.

Fixes #3039.

This was SVN commit r18153.
This commit is contained in:
fabio 2016-05-10 09:02:58 +00:00
parent 2b0fa71d23
commit 2a830fdb6a

View File

@ -79,7 +79,7 @@ system-installed version. Make sure you have got all the right files and \
include paths.
#endif
#if MOZJS_MINOR_VERSION != 2 && MOZJS_MINOR_VERSION != 4
#if MOZJS_MINOR_VERSION != 2 && MOZJS_MINOR_VERSION != 4 && MOZJS_MINOR_VERSION != 5
#error Your compiler is trying to use an untested minor version of the \
SpiderMonkey library. If you are a package maintainer, please make sure \
to check very carefully that this version does not change the behaviour \