mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 03:15:00 +00:00
Merge pull request #4148 from stgraber/master
meson: Fix bad strerror_r check
This commit is contained in:
commit
dcde35e709
@ -421,7 +421,7 @@ have = cc.has_function('openpty', prefix: '#include <pty.h>', args: '-D_GNU_SOUR
|
||||
srcconf.set10('HAVE_OPENPTY', have)
|
||||
|
||||
have_func_strerror_r = cc.has_function('strerror_r', prefix: '#include <string.h>', args: '-D_GNU_SOURCE')
|
||||
srcconf.set10('HAVE_STRERROR_R', have)
|
||||
srcconf.set10('HAVE_STRERROR_R', have_func_strerror_r)
|
||||
|
||||
have_func_strerror_r_char_p = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user