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:
Thiago Macieira 2015-07-20 00:07:12 -07:00 committed by Friedemann Kleint
parent dda4ee46f9
commit 06bdc79d62

2
configure vendored
View File

@ -5871,7 +5871,7 @@ if [ "$CFG_GETIFADDRS" != "no" ]; then
fi
# find if the platform provides thread-safe CLOEXEC support
if compileTest unix/cloexec; then
if compileTest unix/cloexec "cloexec"; then
CFG_CLOEXEC=yes
fi