Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 422983
Collapse All | Expand All

(-)gxine-0.5.907/m4/_js.m4 (-3 / +9 lines)
Lines 51-59 Link Here
51
    if test x"$JS_CFLAGS" = x; then
51
    if test x"$JS_CFLAGS" = x; then
52
      AC_MSG_NOTICE([looking for the Spidermonkey Javascript library in various places.])
52
      AC_MSG_NOTICE([looking for the Spidermonkey Javascript library in various places.])
53
53
54
      JSLIB=mozjs185
54
      JSLIB=mozjs187
55
      AC_MSG_NOTICE([trying mozjs via pkgconfig mozjs185])
55
      AC_MSG_NOTICE([trying mozjs via pkgconfig mozjs187])
56
      PKG_CHECK_MODULES([JS],[mozjs185],[],[:])
56
      PKG_CHECK_MODULES([JS],[mozjs187],[],[:])
57
58
      if test x"$JS_CFLAGS" = x; then
59
        JSLIB=mozjs185
60
        AC_MSG_NOTICE([trying mozjs via pkgconfig mozjs185])
61
        PKG_CHECK_MODULES([JS],[mozjs185],[],[:])
62
      fi
57
63
58
      if test x"$JS_CFLAGS" = x; then
64
      if test x"$JS_CFLAGS" = x; then
59
        JSLIB=mozjs
65
        JSLIB=mozjs

Return to bug 422983