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:
@@ -7599,7 +7599,6 @@ dnl ---------------------------------------------------------------------------
|
||||
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"
|
||||
@@ -7653,7 +7652,6 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_SUBST(ALL_WX_LIBS)
|
||||
AC_SUBST(BUILT_WX_LIBS)
|
||||
AC_SUBST(STD_BASE_LIBS)
|
||||
AC_SUBST(STD_GUI_LIBS)
|
||||
|
Reference in New Issue
Block a user