Remove never used ALL_WX_LIBS variable from configure.
It wasn't up to date (e.g. aui, ribbon, propgrid, richtext were not included in it) and wasn't used anywhere anyhow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -947,7 +947,6 @@ wxUSE_ZLIB
|
||||
STD_GUI_LIBS
|
||||
STD_BASE_LIBS
|
||||
BUILT_WX_LIBS
|
||||
ALL_WX_LIBS
|
||||
GST_LIBS
|
||||
GST_CFLAGS
|
||||
CAIRO_LIBS
|
||||
@@ -37314,7 +37313,6 @@ _ACEOF
|
||||
STD_BASE_LIBS="base"
|
||||
STD_GUI_LIBS=""
|
||||
BUILT_WX_LIBS="base"
|
||||
ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
|
||||
|
||||
if test "$wxUSE_SOCKETS" = "yes" ; then
|
||||
STD_BASE_LIBS="net $STD_BASE_LIBS"
|
||||
@@ -37373,7 +37371,6 @@ fi
|
||||
|
||||
|
||||
|
||||
|
||||
EXTRA_FRAMEWORKS=
|
||||
if test "$wxUSE_MAC" = 1 ; then
|
||||
if test "$USE_DARWIN" = 1; then
|
||||
|
Reference in New Issue
Block a user