Merge branch 'rtld-next-cygwin' into 'main'

tests: only build messages-low-memory if RTLD_NEXT is available

See merge request GNOME/glib!3321
This commit is contained in:
Philip Withnall 2023-03-13 10:48:13 +00:00
commit b65b9255bb

View File

@ -288,7 +288,7 @@ test_extra_programs = {
'test-spawn-echo' : {},
}
if have_dlopen_dlsym
if have_dlopen_dlsym and have_rtld_next
test_extra_programs += {
'messages-low-memory' : {
'dependencies' : libdl_dep,