diff --git a/configure b/configure index 0e4803be14..310eeceb33 100755 --- a/configure +++ b/configure @@ -46748,6 +46748,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #include _ACEOF diff --git a/configure.in b/configure.in index 9087d67ad2..adf0bad1b7 100644 --- a/configure.in +++ b/configure.in @@ -7091,7 +7091,10 @@ if test "$wxUSE_WEBKIT" = "yes"; then AC_MSG_WARN([WebKit headers not found; disabling wxWebKit]) wxUSE_WEBKIT=no ], - [#include ]) + [ + #include + #include + ]) CPPFLAGS="$old_CPPFLAGS" elif test "$wxUSE_COCOA" = 1; then AC_DEFINE(wxUSE_WEBKIT)