Ensure that we have an available backend for wxWebView compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-09-12 13:42:30 +00:00
parent b175dd2c5b
commit 96ceb55625
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -49404,8 +49404,8 @@ if test "$wxUSE_GUI" = "yes"; then
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
fi
if test "$wxUSE_WEBVIEW" = "yes" ; then
STD_GUI_LIBS="web $STD_GUI_LIBS"
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
STD_GUI_LIBS="webview $STD_GUI_LIBS"
BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
fi
if test "$wxUSE_XRC" = "yes" ; then
STD_GUI_LIBS="xrc $STD_GUI_LIBS"

View File

@@ -7817,8 +7817,8 @@ if test "$wxUSE_GUI" = "yes"; then
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
fi
if test "$wxUSE_WEBVIEW" = "yes" ; then
STD_GUI_LIBS="web $STD_GUI_LIBS"
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
STD_GUI_LIBS="webview $STD_GUI_LIBS"
BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
fi
if test "$wxUSE_XRC" = "yes" ; then
STD_GUI_LIBS="xrc $STD_GUI_LIBS"