Add name to the cloexec feature test
Also solves a warning printed: configure: 4200: shift: can't shift that many Change-Id: Ib306f8f647014b399b87ffff13f295e2cdb7f8d7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
parent
dda4ee46f9
commit
06bdc79d62
2
configure
vendored
2
configure
vendored
@ -5871,7 +5871,7 @@ if [ "$CFG_GETIFADDRS" != "no" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# find if the platform provides thread-safe CLOEXEC support
|
# find if the platform provides thread-safe CLOEXEC support
|
||||||
if compileTest unix/cloexec; then
|
if compileTest unix/cloexec "cloexec"; then
|
||||||
CFG_CLOEXEC=yes
|
CFG_CLOEXEC=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user