diff --git a/configure b/configure index a935d46911..478f2610d1 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 77f40c1c1b..967a238f22 100644 --- a/configure.in +++ b/configure.in @@ -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"