On Wed, Nov 26, 2008 at 12:21:04PM -0800, Shailesh Kochhar wrote:
> The shared objects are in /usr/lib64/libjs.so and /usr/lib64/libjs.a
> The jsapi.h is in /usr/include/js

Hmm, could you try adding the following patch to configure.ac:

   AC_CHECK_LIB([js], [JS_NewContext], [], [
       AC_CHECK_LIB([mozjs], [JS_NewContext], [], [
  +        AC_CHECK_LIB([jsapi], [JS_NewContext], [], [
               AC_MSG_ERROR([Could not find the js library.

  -Is the Mozilla SpiderMonkey library installed?])])])
  +Is the Mozilla SpiderMonkey library installed?])])])])

Thanks,

-- 
Noah Slater, http://tumbolia.org/nslater

Reply via email to