From 96ceb55625c681f86fc82ae53292d31e4bfe6f7d Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Mon, 12 Sep 2011 13:42:30 +0000 Subject: [PATCH] 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 --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 960968644a..ec96db56be 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index d639c27638..78d363963b 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.50.0