Link only GUI libraries, not wxBase, with gspell
Don't add dependencies on gspell and all GUI libraries that it uses to wxBase library, only link the GUI libraries with it. See https://github.com/wxWidgets/wxWidgets/pull/2516
This commit is contained in:
parent
efb40daf4f
commit
fc104c8b4f
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -34090,7 +34090,7 @@ else
|
|||
$as_echo "yes" >&6; }
|
||||
|
||||
CXXFLAGS="$GSPELL_CFLAGS $CXXFLAGS"
|
||||
LIBS="$GSPELL_LIBS $LIBS"
|
||||
GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GSPELL_LIBS"
|
||||
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue