mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-11 02:03:09 +02: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' : {},
|
'test-spawn-echo' : {},
|
||||||
}
|
}
|
||||||
|
|
||||||
if have_dlopen_dlsym
|
if have_dlopen_dlsym and have_rtld_next
|
||||||
test_extra_programs += {
|
test_extra_programs += {
|
||||||
'messages-low-memory' : {
|
'messages-low-memory' : {
|
||||||
'dependencies' : libdl_dep,
|
'dependencies' : libdl_dep,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user