forked from AuroraMiddleware/gtk
build: Check for mallinfo2 instead of mallinfo
Similar to e89fcbfad6
but the tests we use mallinfo() in really aren't important to not worth
the effort to differentiate between mallinfo and mallinfo2. Only check
for mallinfo2().
This commit is contained in:
parent
9f10f9a595
commit
6e4bba3d75
@ -198,7 +198,7 @@ check_functions = [
|
||||
'_lock_file',
|
||||
'flockfile',
|
||||
'mkstemp',
|
||||
'mallinfo',
|
||||
'mallinfo2',
|
||||
'sincos',
|
||||
'sincosf',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user