summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-07-20 00:07:12 -0700
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-07-20 07:26:20 +0000
commit06bdc79d62b92703666095f7bd33a7ef9d3602a9 (patch)
tree65b7f86d90d3924237d8211b5ea5c817e1c18b9f /configure
parentdda4ee46f9ba3007981383a08ac6d73940b48905 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 864b747919..6c17ac625a 100755
--- a/configure
+++ b/configure
@@ -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