Fix wx-config --libs in monolithic build.

Don't include non-existent libraries (which are built as part of the main
monolithic one) in this case.

Closes #15567.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-26 13:52:00 +00:00
parent 2627b877bb
commit 74256434cc
2 changed files with 8 additions and 5 deletions

View File

@@ -581,6 +581,7 @@ All:
- Fix wxSocket::WaitForAccept() in non-main thread (Hajo Kirchhoff).
- Fix memory overallocation in wxVector::reserve() (Nigel Paton).
- Fix `wx-config --libs` in monolithic build.
- Fix the build under HP-UX (tested under 11.31).
- Add Aragonese translation.