Merge branch 'master' into webview-chromium

Merge the changes required by wxWebViewChromium, notably support for the
entry hooks and new wxDynamicLibrary::ListLoaded() Unix implementation.
This commit is contained in:
Vadim Zeitlin 2023-09-06 02:50:51 +02:00
commit 6762d5eaa5
79 changed files with 438 additions and 334 deletions

12
configure vendored
View file

@ -35494,6 +35494,18 @@ fi
fi
done
for ac_func in dl_iterate_phdr
do :
ac_fn_c_check_func "$LINENO" "dl_iterate_phdr" "ac_cv_func_dl_iterate_phdr"
if test "x$ac_cv_func_dl_iterate_phdr" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_DL_ITERATE_PHDR 1
_ACEOF
fi
done