File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
7
7
Version 4.0.2 (in progress)
8
8
===========================
9
9
10
+ 2020-05-24: vapier
11
+ [JS] #1796 Fix pkg-config invocation in configure.
12
+
10
13
2020-02-18: ryannevell
11
14
[Lua] #1728 Add support for LUA lightuserdata to SWIG_Lua_ConvertPtr.
12
15
Original file line number Diff line number Diff line change @@ -1597,7 +1597,7 @@ else
1597
1597
1598
1598
if test -z "$JSCORELIB" -a -n "$PKGCONFIG"; then
1599
1599
AC_MSG_CHECKING ( for JavaScriptCore/Webkit library )
1600
- if pkg-config javascriptcoregtk-1.0; then
1600
+ if $PKGCONFIG javascriptcoregtk-1.0; then
1601
1601
JSCORELIB=`$PKGCONFIG --libs javascriptcoregtk-1.0`
1602
1602
JSCOREVERSION=`$PKGCONFIG --modversion javascriptcoregtk-1.0`
1603
1603
fi
You can’t perform that action at this time.
0 commit comments