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)