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:
commit
6762d5eaa5
79 changed files with 438 additions and 334 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue