mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
tests: only build messages-low-memory if RTLD_NEXT is available
This fixes the build under cygwin which doesn't have RTLD_NEXT. Use the existing have_rtld_next to skip the test program in that case.
This commit is contained in:
parent
ed256d6447
commit
94fd305dbd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user