Ticket #4053: versioncheck.patch

File versioncheck.patch, 587 bytes (added by Itms, 8 years ago)
  • source/scriptinterface/ScriptTypes.h

     
    7979include paths.
    8080#endif
    8181
    82 #if MOZJS_MINOR_VERSION != 3
     82#if MOZJS_MINOR_VERSION != 2 && MOZJS_MINOR_VERSION != 3
    8383#error Your compiler is trying to use an untested minor version of the \
    8484SpiderMonkey library. If you are a package maintainer, please make sure \
    8585to check very carefully that this version does not change the behaviour \