From b593863003f84f40ca816ab4e9c17a4f73b27974 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 23 Nov 2013 16:23:42 +0000 Subject: [PATCH] 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 --- configure | 3 --- configure.in | 2 -- 2 files changed, 5 deletions(-) diff --git a/configure b/configure index c2fa519922..cabb653ded 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index a9f0fc1889..7300b83289 100644 --- a/configure.in +++ b/configure.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)