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:
Timm Bäder 2021-02-12 08:36:21 +01:00
parent 9f10f9a595
commit 6e4bba3d75

View File

@ -198,7 +198,7 @@ check_functions = [
'_lock_file',
'flockfile',
'mkstemp',
'mallinfo',
'mallinfo2',
'sincos',
'sincosf',
]