Correct typo in wxUSE_WEBVIEW_IE test in configure.

Because of a missing '$' before wxUSE_WEBVIEW_IE in the configure test
wxUSE_WEBVIEW was never enabled for wxMSW builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-11-12 22:47:08 +00:00
parent a178852467
commit 5061db29ad
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -51060,7 +51060,7 @@ _ACEOF
echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
fi
elif test "$wxUSE_MSW" = 1; then
if test "wxUSE_WEBVIEW_IE" = "yes"; then
if test "$wxUSE_WEBVIEW_IE" = "yes"; then
wxUSE_WEBVIEW="yes"
cat >>confdefs.h <<\_ACEOF
#define wxUSE_WEBVIEW_IE 1

View File

@@ -7475,7 +7475,7 @@ if test "$wxUSE_WEBVIEW" = "yes"; then
AC_MSG_WARN([WebKit not available, disabling wxWebView])
fi
elif test "$wxUSE_MSW" = 1; then
if test "wxUSE_WEBVIEW_IE" = "yes"; then
if test "$wxUSE_WEBVIEW_IE" = "yes"; then
dnl TODO: Check for the required headers/libraries under Windows
dnl too and do the right thing automatically there too.
wxUSE_WEBVIEW="yes"