1
0
forked from 0ad/0ad

SpiderMonkey 38 upgrade: 06/35

Check for the new SpiderMonkey version.

This was SVN commit r18660.
This commit is contained in:
Nicolas Auvray 2016-09-02 16:19:31 +00:00
parent ca80797dcc
commit 4b028508ae

View File

@ -71,7 +71,7 @@
# pragma GCC diagnostic pop
#endif
#if MOZJS_MAJOR_VERSION != 31
#if MOZJS_MAJOR_VERSION != 38
#error Your compiler is trying to use an incorrect major version of the \
SpiderMonkey library. The only version that works is the one in the \
libraries/spidermonkey/ directory, and it will not work with a typical \
@ -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 && MOZJS_MINOR_VERSION != 5
#if MOZJS_MINOR_VERSION != 3
#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 \