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

View file

@ -4843,7 +4843,7 @@ else
])
])
dnl check also for dlerror()
dnl check also for some optional functions which we may use
if test "$HAVE_DL_FUNCS" = 1; then
AC_CHECK_FUNCS(dladdr,
AC_DEFINE(HAVE_DLADDR),
@ -4855,6 +4855,8 @@ else
])
]
)
AC_CHECK_FUNCS(dl_iterate_phdr)
fi
fi